telmessos
12-24-2009, 07:11 AM
Hi all,
I need a simple ASP script to move some information from a txt file to a mysql database. The information on the text file is separated by tabs. I want to create a loop to split the each line from the tabs and write each line's result to MySQL database. I tried it but couldn't make it work.
Can anyone send me an example code with some dummy database field names?
Thanks
telmessos
Note: There are 5 tabs on each line and as you can understand 6 fields on MySQL database.
I need a simple ASP script to move some information from a txt file to a mysql database. The information on the text file is separated by tabs. I want to create a loop to split the each line from the tabs and write each line's result to MySQL database. I tried it but couldn't make it work.
Can anyone send me an example code with some dummy database field names?
Thanks
telmessos
Note: There are 5 tabs on each line and as you can understand 6 fields on MySQL database.