M
martyn
I am returning a recordset from a MS Sequel database and
trying to create a local table.
I can return the recordset no problems BUT using
the "SELECT INTO" SQL results in an error as the program
seems to attempt to create a table based on the rst
connection. Is there a way to open the SQL recordset and
then dump all the records into a local table.
ie SELECT * INTO MyLocalTable FROM mySQLrst
trying to create a local table.
I can return the recordset no problems BUT using
the "SELECT INTO" SQL results in an error as the program
seems to attempt to create a table based on the rst
connection. Is there a way to open the SQL recordset and
then dump all the records into a local table.
ie SELECT * INTO MyLocalTable FROM mySQLrst