Avatar of tonelm54
tonelm54

asked on 

Copy RecordSet from one ODBC to another

I want to copy some tables from one ODBC source to another, currently the only way I can think of doing this is by going through each row and inserting it in as needed.

Im trying to copy a ServiceNow table to a SQLite3 table.

Is there a better way of doing this?

Thank you
Powershell

Avatar of undefined
Last Comment
Dan McFadden

8/22/2022 - Mon