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, 2266🔥, 0💬
Popular Posts:
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...