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.OLE DB.Connection()
..
..
..
'obtain connection string
objconn.Connect ionString = "c:\inetpub\dat abases\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.OLE DB.Connection()
..
..
..
'obtain connection string
objconn.Connect ionString = "c:\inetpub\dat abases\test.mdb "
And this last line is what is generating error. Help!!!
Comment