This topic is locked

TEXT_FIELDS_REQUIRED

9/12/2006 9:01:20 PM
ASPRunnerPro General questions
A
artistscope author

I have 2 identical projects (one is a copy of the other) but they behave differently.
Firstly, adding and editing listings in Firefox gives no errors. But adding and editing listings using Internet Explorer works perfectly in one project but not the other.
The only difference is that one is on Windows 2003 server and the other is on Windows 2000 server (gives errors).
Line: 371

Error: 'TEXT_FIELDS_REQUIRED' is undefined
==================================
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Extra ) in query expression '([PRODUCTS].[PROD_ID]=)'.
/shop/cart/PRODUCTS_edit.asp, line 1534
Line 1534 is...

rs.open strSQL, dbConnection, 1, 2
==================================
Anyone come across this error before?

J
Jane 9/13/2006

Please zip and send generated ASP files to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with project file and your sample database for investigation.

I'll find what's wrong with your project running it on my test box.

A
artistscope author 9/13/2006

Please zip and send generated ASP files to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with project file and your sample database for investigation.

I'll find what's wrong with your project running it on my test box.


Sorted... I had removed "define script messages" and its ref in the body tag.