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, 2470🔥, 0💬
Popular Posts:
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How to run Queries with SQL Server Management Studio Express in SQL Server? 1. Launch and connect SQ...
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...