Forums
This topic is locked
error '800a03ec'
Posted 05 Oct 2002 18:28:57
1
has voted
05 Oct 2002 18:28:57 Barbara Perzyna posted:
creating I try to bring up a search I get this error...Microsoft JScript compilation error '800a03ec' Expected ';'
/results.asp, line 13
Recordset1.Source = "SELECT fname, lname, city, state, ss FROM applicant WHERE reqposition Like ""+ Recordset1__rqposition.replace(/'/g, "''"

---------------------------------------------------------------------------------------------------^
Can someone help me with this?
Thanks,
Barbara
Replies
Replied 16 Oct 2002 12:33:24
16 Oct 2002 12:33:24 Kent Steelman replied:
Not real familar with Jscript, but typically when I have encounterd the error, it is because the sql statement is returning a "Null" set. Changes/check your results pages behaviors to see if it can handle the return of a "Null" set. If you do not expect a "Null" set then check your sql statement or test the querry or table in the database. to see if the data is available.
Wm. Kent Steelman
Wm. Kent Steelman