what's wrong?

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
H

Hrvoje Voda

What is wrong with this code line ?

DataRow[] Urows = db.dataSetAccounts.Users.Select("UserID='" +
nUserID.ToString() + "'" );



Hrcko
 
Assuming there are no exceptions thrown and your resultset is empty, make
sure your UserID is a string type. Your statement infers that the UserID is
a string type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

code error 3
default types 2
datarow 1
not equal 2
what's wrong? 5
what's wrong? 4
array list 3
bitmap 2

Back
Top