Errors with Database in FP03

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello. I am running a windows 2000 server with SP3 and MS FP 2003. I am
trying to publish a site with a database. Even though I get confirmation
from the form It does not send it to the database. When I look at the
database editior it says in yellow something along the lines of "please
contact your network admin."
 
Are you using an Access database and do your results look something like this?

http://www.rilinterface.com/cootnest/cootforms/PhotoRequests.asp

If so, we may have the same problem. I have yet to see any resolution to my
issue, but you might take a look at this MS Knowledge Base article. It
didn’t help me, but might help you.

http://support.microsoft.com/kb/314440/en-us

Also, verify that your data really isn’t posting to the database by
navigating to the “fpdb†folder in your web’s root directory. My suspicion
is that when you open the database (.mdb file) that is mapped to the form,
you will see only one empty (default) record in the table named “results.â€

Of course, if you aren’t using an Access backend, none of this applied. ïŠ

Let’s watch each other’s threads and see if we can get solutions that work
for both of us.

Mine is: "No information is written from the ASP form to the Access
database 9/9/2006 10:07 PM PST"



Good luck!

Russ
 
The FP2003 code has changed slightly. To see the true error, open the hidden
folder /_fpclass/ and edit the fpdbrgn1.inc file

At about line 19, change :

fp_DEBUG = False

to :

fp_DEBUG = True


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
Fair enough. I was not able to apply that information to my issue. I'd like
help fixing my issue. Is that a reasonable expectation?
 
Hello. That seemed to fix some of my login issues that I did not post. Now
I get this error message on the results page "Database Results Wizard Error
Provider cannot be found. It may not be properly installed."

Any idea what I can do?
Thanks
 
It is a normal Access database *.mdb. I am using Frontpage 2003 trying to
publish to a Windows 2000 server. Do I have to make any updates to the
server?
 
Back
Top