View Single Post
ישן 26-05-06, 22:50   # 1
Deagly
עסק רשום [?]
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 586

Deagly לא מחובר  

[ASP] בעיה בשאילתא.

השגיאה היא:
קוד:
Microsoft JET Database Engine error '80004005' 

Operation must use an updateable query. 

/register.asp, line 139
השאילתא היא:
קוד:
"INSERT INTO users (user_firstname,user_lastname,user_email,user_username,user_password,user_regdate) VALUES ('" & firstname & "','" & lastname & "','" & email & "','" & username & "','" & password & "','" & now() & "')"
תודה לעוזרים.
  Reply With Quote