Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / April 2004

Tip: Looking for answers? Try searching our database.

importing table using ODBC

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bre-x - 19 Apr 2004 16:09 GMT
Hi,
I need to import a ODBC table using VBA

anyone call give me a idea how to do that?

Thank you all

Bre-x
Bre-x - 19 Apr 2004 19:33 GMT
DoCmd.SetWarnings False
   DoCmd.TransferDatabase acImport, "ODBC",
"ODBC;DSN=UMCClientDB;ArrayFetchOn=1;ArrayBufferSize=8;DBQ=UMCClientDB;OpenM
ode=0;DecimalSymbol=.;ClientVersion=8.10.121.061;CodePageConvert=1252;AutoDo
ubleQuote=0;", acTable, "WOLABOR", "WOLABOR", False
DoCmd.SetWarnings True

Thnks
:P

> Hi,
> I need to import a ODBC table using VBA
[quoted text clipped - 4 lines]
>
> Bre-x
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.