Rhon
|
| Posted: 04/17/2002, 6:07 AM |
|
I read this post 'Perl and flatfile' http://www.gotocode.com/disc_viewt.asp?mid=765&s_topic=perl&
and look here http://www.unixodbc.org/
for a odbc driver for flatfiles but I dont know what I have to take
Nett help for more Info to use it on Linux Servers
Rhon
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/17/2002, 7:19 AM |
|
May be you need to find DBI driver that support flat files
|
|
|
 |
Rhon
|
| Posted: 04/17/2002, 8:17 AM |
|
OK
kann you tell me what connection String I must use ?
Rhon
|
|
|
 |
Nicole
|
| Posted: 04/18/2002, 1:29 AM |
|
Rhon,
in CodeCharge, go to Site-->Properties-->Database tab and in the 'Server' portion of the window, enter the 'Connection String' as 'DBI:CSV' if you have placed the .csv file in the same location as your web pages or 'DBI:CSV:f_dir=csv_database_dir' if you have placed the .csv file in a different directory whereby 'csv_database_dir' stands for the directory in question.
|
|
|
 |
|