|
-
May 11th, 2005, 02:22 PM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|