G
Guest
Does anyone know how to open a recordset using connection A, then transfer the information into connection B, directly through ADO? Is this possible? Currently, my idiot colleague is doing a line-by-line transfer which copies it out field by field, constructs a single line INSERT INTO command and executes it against connection B. There's got to be a better way
I can use GetRows to get the info out & into an array. Is there an ADO fn which can transfer an array directly into a connection
GPO
I can use GetRows to get the info out & into an array. Is there an ADO fn which can transfer an array directly into a connection
GPO