can not connect to the mdb database
- From: "Curie" <Curie@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Aug 2005 12:31:05 -0700
Can you show me what is wrong with this code? I can not open the database's
table using the following ADO code in the Visual Basic 6.0 enviroment
Dim myDB As ADODB.Connection
Dim rsL As ADODB.Recordset
Set myDB = New ADODB.Connection
strConnText = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"DataSource = C:\Access\db1.mdb;"
myDB.ConnectionString = strConnText
myDB.Open
Thanks
.
- Follow-Ups:
- RE: can not connect to the mdb database
- From: Curie
- RE: can not connect to the mdb database
- From: Amit Jain
- RE: can not connect to the mdb database
- Prev by Date: Re: sometimes endless loop, sometimes not
- Next by Date: mdac 2.6 install problem
- Previous by thread: sometimes endless loop, sometimes not
- Next by thread: RE: can not connect to the mdb database
- Index(es):