Results 1 to 2 of 2

Thread: What is the & equivilent in c#? *resolved*

  1. #1

    Thread Starter
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668

    What is the & equivilent in c#? *resolved*

    Here's what I want to do:

    SqlCmd.CommandText = "SELECT count(id) FROM User WHERE Login = '" & txtLogin.Text & "' AND Password = '" & txtPassword.Text
    Last edited by Graff; Apr 20th, 2003 at 03:03 PM.
    If wishes were fishes we'd all cast nets.

  2. #2

    Thread Starter
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668
    nm Got it, +
    If wishes were fishes we'd all cast nets.

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