Collections:
Connecting MS Access to SQL Servers through ODBC
How To Connect MS Access to SQL Servers through ODBC?
✍: Guest
Once you got a DSN defined in the ODBC manager that connects to your SQL Server, you can connect a normal MS Access document to the Oracle server, and link an Access table to a SQL Server table. The tutorial below gives you a good example:
Click the OK button to continue. You should see a list of tables available for you to import from the SQL Server as shown in the picture below:
Select the table you are interested in and click OK. You should the selected table being imported from the SQL Server to MS Access.
⇒ Connecting Windows Applications to SQL Servers via ODBC
⇐ Configuring and Testing ODBC DSN Settings
2024-03-17, 1642🔥, 0💬
Popular Posts:
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...