|
-
Feb 7th, 2001, 09:30 AM
#1
Thread Starter
Junior Member
anyone help me with this INSERT function a comma appears before the entry in the database field i cant figure out why???
strstate = Request.Form("state")
strSQL = "INSERT INTO surfboardtable (state)"
strSQL = strSQL & "VALUES ('" & strstate & "')"
Set RSboard = OBJdbConnection.Execute(strSQL)
thanks
beginner
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
|