D
dmeckley
I'm copying the records from a table from one database to a table in
another database.
Could someone help me with the proper syntax for adding a Jet OLEDB password
to an external MSAccess database in a INSERT INTO using the IN clause? I
have not been able to get anything going on it, but it must be something
like this:
INSERT INTO EQTest IN 'C:\Development\Database.mdb'
'Microsoft.Jet.OLEDB.4.0; Jet OLEDBatabase Password=mypwd' SELECT * FROM
EQTEST
(The statement above works fine when a database password is not being used)
Thanks in advance for any advice.
Dave M.
another database.
Could someone help me with the proper syntax for adding a Jet OLEDB password
to an external MSAccess database in a INSERT INTO using the IN clause? I
have not been able to get anything going on it, but it must be something
like this:
INSERT INTO EQTest IN 'C:\Development\Database.mdb'
'Microsoft.Jet.OLEDB.4.0; Jet OLEDBatabase Password=mypwd' SELECT * FROM
EQTEST
(The statement above works fine when a database password is not being used)
Thanks in advance for any advice.
Dave M.