| Author |
scv driver
|
Javier Pineda
Greenhorn
Joined: Apr 23, 2002
Posts: 4
|
|
|
Do you know som free driver to management csv files as databaes
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
Originally posted by Javier Pineda: Do you know som free driver to management csv files as databaes
you can set up a JDBC DBC connection to a *.csv file via your ODBC datasources and the Microsoft Text driver. The only assumption made is that you are using MS Windows. Jamie
|
 |
Javier Pineda
Greenhorn
Joined: Apr 23, 2002
Posts: 4
|
|
Originally posted by Jamie Robertson: you can set up a JDBC  DBC connection to a *.csv file via your ODBC datasources and the Microsoft Text driver. The only assumption made is that you are using MS Windows. Jamie
Tanks but i need something who worsk in any system
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
why don't you use RandomAccessFiles instead? Otherwise, use a free database like mySQL to store the data. You can import *.csv files into most databases or you can easily read the .csv and update the database. maybe if you let us in on what you are planning on doing with these files we can help decide what might be the best approach ( using RandomAccessFiles, using a free database with JDBC or using a text driver ) Jamie
|
 |
 |
|
|
subject: scv driver
|
|
|