Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run-time error 2507?!

Status
Not open for further replies.

tinoco

IS-IT--Management
Feb 16, 2005
49
ES
hi!!
i'm trying to export a table, from access 2003, through a ODBC connection to a oracle table.
i made the connection using this code, DoCmd.TransferDatabase acLink, "ODBC Database", "ODBC;DSN=xxxx;UID=xxxx;PWD=xxxx;SERVER=xxxx", acTable, "teste".
when i execute this code appears a message box with "run time error 2507" and says that i don' have this type of ODBC databases installed.
How can i solve this?
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top