I createda QV script thatautomaticallystores someOracle tables into QVD files. Unfortunatelysome fields(of string type, butthat contain numbers, eg. "07092") are convertedbefore beingstoredinto QVD files. To resolvethis problemI can use theText() function on all fieldsof alltables that I store but this is aproblem because itwould forcemeto changethe scriptand spellthe names of all string fieldsof all tables(nowI do aSELECT*).
Is there away to leave the fields contentunchanged (as in the database) and does notperform any implicit conversion?