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, 3080🔥, 0💬
Popular Posts:
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How REAL and FLOAT Literal Values Are Rounded in SQL Server Transact-SQL? By definition, FLOAT(n) sh...
Where to find answers to frequently asked questions on Transaction Management: Commit or Rollback in...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...