Hey.. I'm looking at FileSystemObject for the whole CSV file -> sql thing. Haven't delved deeply yet but thought I'd ask for opinions ...
I want to upload a CSV file and create a table from it. I can do this using enterprise manager and import data.
Is there a similar 'easy' way in ASP or do I need to read the file and count the rows and then create a table and then insert the data?
(ps: the CSV can be in any format and have any number of rows -once its in a tmp table I plan to get the data I want from it....)
Ideas? Opinions?
Thanks
I want to upload a CSV file and create a table from it. I can do this using enterprise manager and import data.
Is there a similar 'easy' way in ASP or do I need to read the file and count the rows and then create a table and then insert the data?
(ps: the CSV can be in any format and have any number of rows -once its in a tmp table I plan to get the data I want from it....)
Ideas? Opinions?
Thanks