|
-
Apr 25th, 2005, 11:34 PM
#1
Thread Starter
Addicted Member
[RESOLVED] PLZ help meeeeeeeeeee
when we do this system generate error
Operator '+' cannot be applied to operands of type 'object' and 'int'
if (dReader.Read())
{
return dReader[0] + 1;
}
And
when we do this system generate error
Cannot implicitly convert type 'string' to 'bool'
if (strTableName = "")
{
dAdapter.Fill(dSet);
}
Last edited by Waseemalisyed; May 10th, 2005 at 06:54 AM.
Reason: ok
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|