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, 3395🔥, 0💬
Popular Posts:
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
Where to find answers to frequently asked questions on PHP Connections and Query Execution for MySQL...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
How to detect the collation coercibility associated to a given character string using the COERCIBILI...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...