PDA

View Full Version : javascript to access csv files


balljilai
03-05-2004, 02:09 AM
Is there any javascript that can access csv file content in a database accessing manner? For example, use SELECT ... WHERE... to extract data from the content.

Thank you.:)

glenngv
03-05-2004, 02:57 AM
Only in IE and ActiveXObject -- http://www.codingforums.com/showthread.php?s=&threadid=31730

and using this connection string (http://www.able-consulting.com/MDAC/ADO/Connection/ODBC_DSNLess.htm#ODBCDriverForText).

balljilai
03-05-2004, 04:08 AM
It works!
Thank you so much.:)