datarow

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

Hrvoje Voda

DataRow[] Frows = db.dataSetAccounts.UsersGroups.Select ("GroupID=" +
nGroupID);



What is wrong?



I get an error; "Missing opeator after nGroupID.



Hrcko
 
Hi,

It's correctly written, so the error should be at runtime no?
Give more detail of what you want to do, and of what types are the variables
involved.

what is the value of ngroupID ? it's a string?

as much details you provide we can provide a better answer

cheers,
 

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

what's wrong? 5
string array 4
not equal 2
what's wrong? 2
How to use the DataTable.Select? 2
code error 3
array list 3
cast problem 1

Back
Top