F
FP2002_beginner
I created an *.asp form and hosted it in on my webserver. I used the FP2002
form wizard to create an access database connection to my *.asp form.
After uploading it to the server, the form is displayed properly and after I
submit the form, everything seems to be fine BUT I do not see any records
added to my access database in the "fpdb" folder.
I did some searching on the web and found an artice at microsoft.com with
similar problem where it suggests to remove "On Error Resume Next" in
FP_DumpError(strErrorUrl, strMsg) function located in the file
"_fpclass\Fpdbform.inc".
I did the same and none of these ideas worked for me and I still cannot add
records to the database using the *.asp form on my webserver.
Did anyone have similar problem and know the solution for this problem.
Thanks for your help in advance.
form wizard to create an access database connection to my *.asp form.
After uploading it to the server, the form is displayed properly and after I
submit the form, everything seems to be fine BUT I do not see any records
added to my access database in the "fpdb" folder.
I did some searching on the web and found an artice at microsoft.com with
similar problem where it suggests to remove "On Error Resume Next" in
FP_DumpError(strErrorUrl, strMsg) function located in the file
"_fpclass\Fpdbform.inc".
I did the same and none of these ideas worked for me and I still cannot add
records to the database using the *.asp form on my webserver.
Did anyone have similar problem and know the solution for this problem.
Thanks for your help in advance.