I'm having trouble reguarding Visual Basic Express 2010...
I'm using LocalDB and trying to connect to it using VB Express 2010, I've added ADO 2.8 as a reference, which allows me to use the connection method, however when I want check the state....
if(cObject.State = adStateOpen)
...
an error is produced stating that adStateOpen is not declared.
Help!
I'm using LocalDB and trying to connect to it using VB Express 2010, I've added ADO 2.8 as a reference, which allows me to use the connection method, however when I want check the state....
if(cObject.State = adStateOpen)
...
an error is produced stating that adStateOpen is not declared.
Help!