|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
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
hi everyone,
i would like to find out if writing sql syntax (db = ms sql server eg.open connection) isit the same when using ms access for visual basic 6.0??? as now i m using ms sql server as the database.... pls give me some advice...... thanks and regards |
|
#2
|
|||
|
|||
|
Code:
sAccessPath = App.Path & "\DatabaseName.mdb" adoConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & sAccessPath & ";Persist Security Info=False" Set adoCN = New ADODB.Connection adoCN.Open adoConStr S- |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > sql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|