Frontpage 2003 + ASP + Vista

G

Guest

Hello,
I have a problem with a site on which I use ASP pages with Frontpage 2003.
I work on Vista and Office 2007 except for FP.
I used the Wizard to create the pages, I publish the pages on a server but
when I simply want to see a list, I have the error message "Database Result
Wizard Error".

I'm sure that the ASP can work on my host, I have other sites published on
it with ASP.
The message is not very precise but I don't understand where the error come
from.
If you have an idea...the page is located at
http://www.bdcouvertes.com/tintin/DBtintin_interface/TINTIN/editor/list.asp

Thanks in advance

Marc
 
T

Thomas A. Rowe

Have you contacted your web host regarding this issue?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
K

Kathleen Anderson [MVP - FrontPage]

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/
Please reply to the newsgroup for the benefit of others.
 
A

Andrew Murray

There appears to be no database connection defined in the global.asa file as
"dbtintin", or the most recent version of the global.asa hasn't been
published and so it doesn't recorgnise the "DBtintin".

Check the things the error suggests, and contact your host for help if
necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top