L
Luis M
Hi everybody!
Please give some suggestions:
I'm trying to use the following code to bring all data in an external table
to a table in my BD, but it fails and the message is something like: "Error
connecting with MyDSN"
CurrentProject.Connection.Execute "INSERT INTO Clientes (NIT, NOMBRE) SELECT
NIT, NOMBRE FROM " & "[ODBC;DSN=MyDSN;UID=;PWD=;].Clientes
Thanks
Luis
Please give some suggestions:
I'm trying to use the following code to bring all data in an external table
to a table in my BD, but it fails and the message is something like: "Error
connecting with MyDSN"
CurrentProject.Connection.Execute "INSERT INTO Clientes (NIT, NOMBRE) SELECT
NIT, NOMBRE FROM " & "[ODBC;DSN=MyDSN;UID=;PWD=;].Clientes
Thanks
Luis