Google Answers Logo
View Question
 
Q: Fp_dumperror ( No Answer,   1 Comment )
Question  
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"
Answer  
There is no answer at this time.

Comments  
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

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy