How can I send data from a database to a textfile?
thanks in advance
Printable View
How can I send data from a database to a textfile?
thanks in advance
Hi Alex,
Your question is not clear
I don't think this is what you asked but still..
Access your Data from the Database using classes provided by java.sql
and Write to any Text File with any encoding using classes provided by java.io
Regards
Rajkamal
"alex" <delgadoalex2001@aol.com> wrote:
>
>How can I send data from a database to a textfile?
>
>thanks in advance