Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem unloading Informix table to a text file using jdbc

843859Feb 14 2006
hi,
I have been facing this problem since many days now.I need to unload a table of Informix database to a text file and i need to do it using a java application which will unload the data of a table to a text file every one hour,so i can not use dbaccess or any other tool.I need an application which itself will unload the data to text file automatically.
But when i use unload query using Jdbc,it comiles but gives error at run time.error is 'syntex error'.
please help me to use this query by jdbc.If any body needs the code sample i can provide it.i am using the jar driver file for infomix.
Thanks in advance,
javaseeker
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2006
Added on Feb 14 2006
0 comments
151 views