Describe the process to access a SQL Server database through ODBC.
4 replies to this topic
#1
Posted 12 August 2010 - 05:01 AM
|
|
|
#2
Posted 12 August 2010 - 09:48 AM
hey if this is your home work, i`m not gonna do it for u....LOL
#3
Posted 12 August 2010 - 02:15 PM
Step 1) forget ODBC and go directly to ADO.
#4
Posted 12 August 2010 - 10:04 PM
Use SQL Server since .NET has better support for it. If you really want to use ODBC, it is inside the System.Data.ODBC namespace.
#5
Posted 19 August 2010 - 07:31 AM
It's best practice when using SQL Server from a .NET application to use the System.Data.SqlClient Namespace.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









