E
everymn
Hi,
I'm trying to run some ADO/ODBC tests. Trying to read a table, and
copy those records to a new table. To do this I've been parsing the
retruned records and building an INSERT statement, but that is proving
to be increadibly slow because of the parsing, and all of the
operations necessary to determine the type of each field and reformat
each value to that it can be re-inserted into a new table.
There has to be a simpler way to do this right in ADO no? Someone
mentioned that reading into bound variables might help, but I can find
any articles that describe binding unless it's binding to a form
control, which isn't really needed or desired.
If anyone could describe briefly what I need to do, or point me to a
description of it that would be very helpful
Thank You.
I'm trying to run some ADO/ODBC tests. Trying to read a table, and
copy those records to a new table. To do this I've been parsing the
retruned records and building an INSERT statement, but that is proving
to be increadibly slow because of the parsing, and all of the
operations necessary to determine the type of each field and reformat
each value to that it can be re-inserted into a new table.
There has to be a simpler way to do this right in ADO no? Someone
mentioned that reading into bound variables might help, but I can find
any articles that describe binding unless it's binding to a form
control, which isn't really needed or desired.
If anyone could describe briefly what I need to do, or point me to a
description of it that would be very helpful
Thank You.