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, 1446🔥, 0💬
Popular Posts:
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...
How To Set Up SQL*Plus Output Format in Oracle? If you want to practice SQL statements with SQL*Plus...