Import txt file from web form to sqlserver database using vbscript
问题 I have been asked to build a web application to report on information stored in another system. The other system is locked down but will allow me to export data as a csv file. I'd like to use an html form on my application so that people (the night shift!) can import data from the other system to my web application. To allow other people to understand my code I've been using vbscript and trying to use the following pattern in all database operations: Open Connection Build Query Execute Query