What references should be set to use OLEDB and ADO.NET using ASP.NET?
all the code I've seen goes as follows..
Dim cn AS OleDbConnection
cn = New OleDbConnection etc..
when I start typing this all I can do is...
cn = New OleDb.OleDbConnection
everything I type wants the OleDb first...
also when trying to use the following:
DataReader = Command.ExecuteReader..
my only option under Command. is GetType..
can someone point me in the right direction??
Thanks
all the code I've seen goes as follows..
Dim cn AS OleDbConnection
cn = New OleDbConnection etc..
when I start typing this all I can do is...
cn = New OleDb.OleDbConnection
everything I type wants the OleDb first...
also when trying to use the following:
DataReader = Command.ExecuteReader..
my only option under Command. is GetType..
can someone point me in the right direction??
Thanks