S
sam
Why the folowing code generates ans error in the select expression ?:
DataRow[] drRows = dsRevues.Tables[0].Select("year >= '2000' && year <=
'2007'");//
What is the correct syntax ?
Sam
DataRow[] drRows = dsRevues.Tables[0].Select("year >= '2000' && year <=
'2007'");//
What is the correct syntax ?
Sam