Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is ODBC?
Is it necessary to install this driver in order to create a connection to the database sql server?

(I use VB.NET as a Language of Programmation)
Posted
Updated 29-Mar-10 16:37pm
v2

ODBC stands for Open Database Connectivity providers. This is as set of API for managing Database. ODBC is independent of any specific database. If you are working with SQL server and all the SQL drivers are installed in your system in that case your are not required ODBC. ODBC are slower in comparison to the actual database drivers.
 
Share this answer
 
ODBC is Open Database Connectivity, a standard for database communications.

Do you specifically need it to connect to SQL Server from VB.NET? No.

Check out Connection Strings for the many and varied ways available to connect to SQL Server.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900