ערכתי לאחרונה בתאריך 15.02.04 בשעה 21:36 בברכה, Sn00py
עכשיו חזרתי לתכנת בASP אחרי ששנתיים לא נגעתי באף שפת תכנות, ומשום מה אני מקבל ERROR:הקוד הוא:
<% set name = request.querystring("name") set phone = request.querystring("phone") if name = "" then Response.write "You Must Enter A Name" else set con = server.createobject("adodb.connection") con.open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.Mappath("db.mdb") & ";" add="Insert into register( name1, phone1 ) values ( name, phone ) con.execute add end if %>
|
והארור:
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/project/index.asp, line 9, column 65
add="Insert into register( name1, phone1 ) values ( name, phone )
----------------------------------------------------------------^
תודה לעוזרים
\x6C\x65\x65\x74\x68\x61\x78\x30
\x72\x3A\x2D\x29
tresp4sser