Frontpage 2003 + ASP + Vista

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Have you contacted your web host regarding this issue?

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

http://www.Ecom-Data.com
==============================================
 
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.
 
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.
 
Back
Top