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!

using odbc text driver on linux machine

843859Jun 12 2008 — edited Dec 16 2009
Hi,
I am having database of text files. These text file data is delimited by comma. Somehow i got to know that we can use text driver that is available through Linux OS itself. I have registered following drivers :
- libodbctxt.so
- libodbctxt1.0.0.so
Now these drivers have been configured and i am able to create DSN. Now my objective is to use this DSN in my java program to connect to text file database and run the SQL queries on that.
Could someone help me how can i do that.....

I would really appreciate your much needed help...

Thanks
Raushan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2010
Added on Jun 12 2008
14 comments
266 views