|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
SQL connection in VB
how can we connect to a SQL 7.0 database in VB
|
|
#2
|
||||
|
||||
|
Create a connection object and pass it the connectionstring.
Code:
Dim Conn As New ADODB.Connection
Conn.Open("Your ConnectionString Here")
For more information on connectionstrings go to www.connectionstrings.com |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > SQL connection in VB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|