C
Cliff Hooker
Now I know this code works on IIS5.0, trying it on a Windows2003 server (IIS6) I get this lovely error which I can not trace, I think it's something either on IIS6 or the server but any suggestions welcome....
On loading the update page I get the error...
Database Results Wizard Error
The operation failed. If this continues, please contact your server administrator.
The SQL code is UPDATE t_deeds_main SET deed_no='::deed_no::' WHERE id=::id::
As I say, works fine on IIS5, and I can view asp pages OK on IIS6 but adding a custom query just throws it.
Any help appreciated.
Setup:- FP2003, IIS6, SQL2000SP2 (SQL and IIS on separate boxes).
On loading the update page I get the error...
Database Results Wizard Error
The operation failed. If this continues, please contact your server administrator.
The SQL code is UPDATE t_deeds_main SET deed_no='::deed_no::' WHERE id=::id::
As I say, works fine on IIS5, and I can view asp pages OK on IIS6 but adding a custom query just throws it.
Any help appreciated.
Setup:- FP2003, IIS6, SQL2000SP2 (SQL and IIS on separate boxes).