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,
 
Back
Top