![]() |
|
|
| Subject:
Fp_dumperror
Category: Computers Asked by: navs-ga List Price: $2.50 |
Posted:
09 Jul 2002 22:28 PDT
Expires: 17 Jul 2002 10:06 PDT Question ID: 38052 |
Using frontpage 2000 for database integration, send to database option
to send the data entered in the forms to the MS Access database, the
frontpage generated ASP code and when i click submit it there is no
data in the databse.
The ASP code has the "FP_DumpError strErrorUrl"
can you please tell me the solution to this.
' FP_ASP ASP Automatically generated by a Frontpage Component. Do not
Edit.
On Error Resume Next
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear
Set fp_conn = Server.CreateObject("ADODB.Connection")
FP_DumpError strErrorUrl, "Cannot create connection"
Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "Cannot create record set"
fp_conn.Open Application("travel_survey_questionnaire_ConnectionString")
FP_DumpError strErrorUrl, "Cannot open database" |
|
| There is no answer at this time. |
|
| Subject:
Re: Fp_dumperror
From: mplungjan-ga on 15 Jul 2002 05:31 PDT |
Is this one or two lines? ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. if two, move the Edit. up on the previous line |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |