Collections:
What Is ODBC (Open Database Communication)?
What Is Open Database Communication (ODBC)?
✍: Guest
ODBC, Open Database Communication, a standard API (application program interface)
developed by Microsoft for Windows applications to communicate with database management servers.
If you want to access a database server through an ODBC driver from an application program, you need to meet the following requirements:
For example, if you want to connect to a SQL Server in a PHP script through an ODBC driver, you need to make sure that:
⇒ Adding a New DSN with the ODBC Driver for SQL Server
⇐ Configuring ODBC Connection and DSN for SQL Servers
2024-08-14, 2948🔥, 0💬
Popular Posts:
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
Where to find answers to frequently asked questions in general areas of Microsoft SQL Server Transac...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
How To Get Help Information from the Server in MySQL? While you are at the "mysql>" prompt, y...