Jump to content

SQL Server database through ODBC.

- - - - -

  • Please log in to reply
4 replies to this topic

#1
ali0482

ali0482

    Newbie

  • Members
  • Pip
  • 2 posts
Describe the process to access a SQL Server database through ODBC.

#2
-Hurricane-

-Hurricane-

    Newbie

  • Members
  • Pip
  • 9 posts
hey if this is your home work, i`m not gonna do it for u....LOL

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Step 1) forget ODBC and go directly to ADO.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
rueleonheart

rueleonheart

    Newbie

  • Members
  • PipPip
  • 14 posts
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
PsychoCoder

PsychoCoder

    Learning Programmer

  • Members
  • PipPipPip
  • 92 posts
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