B
Ben
Im trying to insert some information into a database, but every time that I
try, I get this error. Any ideas?
----Error----
0x80040E07, activity_log.asp, line 967
----Code-----
strSQL= "INSERT INTO tblUsers (rufitPoints, totalPoints, intLevel) VALUES ( '"
& intRufitPoints & "' , '" & intTotalPoints & "' , '" & rufitLevel & "')"
-= 967=- Set rsPointsUpdate = adoCon.Execute(strSQL)
----Table----
-------------------------------------
rufitPoints | totalPoints | intLevel |
-------------------------------------
All of the Field Names are of datatype number.
Thanks
Ben
try, I get this error. Any ideas?
----Error----
0x80040E07, activity_log.asp, line 967
----Code-----
strSQL= "INSERT INTO tblUsers (rufitPoints, totalPoints, intLevel) VALUES ( '"
& intRufitPoints & "' , '" & intTotalPoints & "' , '" & rufitLevel & "')"
-= 967=- Set rsPointsUpdate = adoCon.Execute(strSQL)
----Table----
-------------------------------------
rufitPoints | totalPoints | intLevel |
-------------------------------------
All of the Field Names are of datatype number.
Thanks
Ben