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, 2954🔥, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How to print value on console in SQL Server Transact-SQL? How to use the PRINT statements? In Transa...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
What Are the Differences between BINARY and VARBINARY in MySQL? Both BINARY and VARBINARY are both b...