Updating a single record in a database in ASP
Guys whats the prper syntax for this I need ASAP tnx! Its for updating a
certain record in the database
Dim palit As New OleDb.OleDbCommand("update sample SET(fname)Values('" &
"Anthon" & "') where fullname='" & uniqueuser & "'", conn2)
No comments:
Post a Comment