adrianjohnson
Programmer
What I've got is a SQL query (which is fired at an Access DB), and the results are collected in a ResultSet, and displayed in a table.
What I'd like to do is save the results in a table in a SQL Server DB. I've written the "CREATE TABLE" scripts, so all that's ok, but how do I put the data in?
Is the only (or best?) way to do it is to read the ResultSet, and add the data line by line, or is there another method?
Thanks,
Adrian Johnson