A
Ammar_ace
Can Somebbody pls help me out here. i am new to .net programming, i am
trying to connect to an access database and read, but i get the error
message 'BC30188 Declaration Expected'
this is what i did
'create the connection object
Dim objConn As New System.Data.OLEDB.Connection()
..
..
..
'obtain connection string
objconn.ConnectionString = "c:\inetpub\databases\test.mdb"
And this last line is what is generating error. Help!!!
trying to connect to an access database and read, but i get the error
message 'BC30188 Declaration Expected'
this is what i did
'create the connection object
Dim objConn As New System.Data.OLEDB.Connection()
..
..
..
'obtain connection string
objconn.ConnectionString = "c:\inetpub\databases\test.mdb"
And this last line is what is generating error. Help!!!