I would ike to read records in a table and write them in a text file. Some records have a CHR(10) in the values. I managed to write to a file using the DataOutputStream, but Iwould like to have my records one under to be able to viw them quickly. It is important that the CHR(10) is not replaced or removed. Thanks
Regards<br /> <br />BA
S Rubia
Greenhorn
Joined: Apr 06, 2003
Posts: 23
posted
0
Well Brian, I didnt understand it quite that whats ur problem is,if ur problem is only Char 10 which is a Space (i guess) then one simple solution is that u cast the character to int since u r writing the result in a text file so i think that doesnt matter that which type the data is written in file... i hope this will help u