using odbc text driver on linux machine
843859Jun 12 2008 — edited Dec 16 2009Hi,
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