Click here to Skip to main content
15,921,351 members

Comments by Armando Alejo (Top 1 by date)

Armando Alejo 18-Jan-15 10:53am View    
In my device application project I have these References:
System 2.0.0.0
System.Data 2.0.0.0
System.Data.SqlClient 3.0.3600.0


In my Class reference project I have
System 2.0.0.0
System.Data 2.0.0.0
System.Data.SqlClient 3.0.3600.0
NameSpace connectDB
Class Access

Function ExecuteQuey () as Dataset
...
Return dsResult
End class
End Namespace


Class Form1
Sub getResult
dim objA as new Acess
dim dSet as DataSet=connectDB.ExecuteQuery
End Sub

End Class

In this part of code is where I get the above message: connectDB.ExecuteQuery