Collections:
Windows Applications Connect to Oracle Servers in Oracle
How Can Windows Applications Connect to Oracle Servers in Oracle?
✍: FYIcenter.com
A Windows application can connect to an Oracle server directly, if it knows how to use the Oracle TNS technology.
A Windows application can connect to an Oracle server indirectly through Windows ODBC manager,
because it offers ODBC drivers to support the ODBC API. The diagram below shows how MS Access
can connect to an Oracle server through the ODBC driver:
⇒ Create Tables for ODBC Connection Testing in Oracle
⇐ Show Installed Oracle ODBC Drivers in Oracle
2016-10-15, 2358🔥, 0💬
Popular Posts:
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...