MSSQL database connection.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Abadi176
    New Member
    • Mar 2008
    • 4

    MSSQL database connection.

    Hello,

    Can anyone help me how I can create a MSSQL connection trough C# ? I searched a lot but didnt find it. I also have seen the ADODB connection. Should I use the ADODB connection or does MSSQL have his own connection like MySql ?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Abadi176
    Hello,

    Can anyone help me how I can create a MSSQL connection trough C# ? I searched a lot but didnt find it. I also have seen the ADODB connection. Should I use the ADODB connection or does MSSQL have his own connection like MySql ?
    Yep you can connect to MSSQL using a SqlConnection object.

    Comment

    • Abadi176
      New Member
      • Mar 2008
      • 4

      #3
      Thank You,

      It worked :)

      Comment

      Working...