Thursday 19 September 2013

Updating a single record in a database in ASP

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