This topic is locked

ASP Error -2147352567

5/22/2008 7:35:03 PM
ASPRunnerPro General questions
R
Rhoffman author

I have been getting the error code -2147352567 after each record I add. The record is added into the database though. Any help would be appreciated.

J
Jane 5/23/2008

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

R
Rhoffman author 5/28/2008

I found the error. It was in the AfterAdd event. Since I just switched from ASPRunnerPro version 4.11 to 5.1, I still has an rs("Field") statment in a couple of events. Switching those to GetRequestForm("editid1") has fixed th error.