nos
Nov 17th, 2002, 12:39 AM
I get this error "Overload resolution failed because no accesible 'Fill' can be called with these arguments"
for the following code: OleDbDataAdapter.Fill(Users1)
Another problem:
I created a Data Adapter, DBConnection and the dataset. But I get the following error: "Type netDemon.users is not defined"
'netDemon' is the name of my application and 'users' is the name of my dataset. I can see the users.xsd file in my solutions explorer so why is it giving me this error. What's goin' on?
One more thing: how do I implement 'just-in-time' debugging
P.S: This is a re-post from General VB Questions.
for the following code: OleDbDataAdapter.Fill(Users1)
Another problem:
I created a Data Adapter, DBConnection and the dataset. But I get the following error: "Type netDemon.users is not defined"
'netDemon' is the name of my application and 'users' is the name of my dataset. I can see the users.xsd file in my solutions explorer so why is it giving me this error. What's goin' on?
One more thing: how do I implement 'just-in-time' debugging
P.S: This is a re-post from General VB Questions.