|
-
Mar 14th, 2002, 07:10 AM
#1
connection string help
i try to make a vb.net application but i've some problem with the connection string.. i don't understand some things: i don't have a sql server and i use access, how is the connection string for this kind of db?
this is the error: find a null value instead of an istance of an object...
the code:
Dim strconn As String = "Provider=Microsoft.Jet.OLEDB.4.0; Password=""; Data Source= c:\learningvbdata\ProvaDati.mdb"
Dim objcon As OleDbConnection
objcon.ConnectionString = strconn
objcon.Open()
??????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|