transferdatabase

S

search

What Do I wrong ?

I tried to link a odbc.table to an access database?
When I link it manually it works fine!


DoCmd.TransferDatabase acLink, "ODBC Database", _
"ODBC;DSN=mydsn;UID=user1;PWD=password;" _
& "DATABASE=C:\Access\test.mdb acTable, "name table in oracle", "name table
in access"



thx in advance
 
Top