Forum Discussion

ZooZoo's avatar
ZooZoo
Occasional Contributor
14 years ago

How to handle Excel or CSV Drivers

Am using the below code to read the data form .txt file:-   function dbtest(fname) { var f1name = "C:\\TestData\\" + fname + ".txt";   // Creates the driver var Driver2 ...