Results 1 to 3 of 3

Thread: Delete Command Syntax? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    261

    Resolved Delete Command Syntax? [RESOLVED]

    I want to edit my delete command by replacing the ? with a textbox value ...txtStudentID

    With m_cmDelete
    .Connection = m_cnStateUBookstore
    .CommandType = CommandType.Text
    .CommandText = "DELETE FROM Students WHERE StudentID = ?"
    End With

    I have tried numerous configurations to no avail. any ideas?
    Last edited by seidel1; May 11th, 2005 at 03:31 PM. Reason: Question Answered

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