hi,

can i direct my sql statement output directly to any text file??

like: db.execute("selecte * from table1")

i want the output of the statement in a text file. i dont want to loop it across.

is it possible??

regards