I need some help.
I have been able to read in each line from a text file and format it correctly. Each line contains six value, i have got these stored in a string/int variables.
What is the best way to write these to my table in an access/sql database.
I can open the connection to the database etc its just the writing to a specific table.
Any ideas??????


Reply With Quote