VB6 connection to SQL server database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mokete
    New Member
    • Nov 2007
    • 3

    VB6 connection to SQL server database

    Hi everyone, I’m new in SQL server 2005, so in need to connect my VB6 program to sql server database and I have declared my connection as follow:
    Dim conn as new AdoDb.Connectio n
    Dim rc as new AdoDb.rocordset
Working...