Results 1 to 10 of 10

Thread: [RESOLVED] PLZ help meeeeeeeeeee

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Resolved [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
  •  



Click Here to Expand Forum to Full Width