|
Aelaron -> Old Problem Revisited (6/8/2004 17:39:52)
|
Hello everyone....... I have recently taken on the joy of trying to self teach myself how to create web pages that provide an interface to a database. I have some familiarity with front page and have used it in the creation of static webpages. I have never worked with a database and am trying to learn to interface with a SQL 2000 database. My issue is one that seems to be a common one, and that is the dreaded "Database Results Error - database connection undefined". I found this forum in a search for a solution to this error. I have reviewed the original post regarding this topic and tried all of the suggestion provided there to include rebuilding my web, reverifying the database connection through the tools menu on frontpage, and trying to use the fpselect.asp file to try and identify the problem. However, when I use the fpselect.asp file I downloaded from the other thread as well as the version off the microsoft website, I get the following message: Global.asa successfully fired The global.asa that was fired is inside of this Web. This means that this Web is an application root. Microsoft VBScript runtime error '800a0005' Invalid procedure call or argument: 'Mid' /fpselect.asp, line 41 So I counted the lines in this asp file and that line states: "strConnect = Mid(strConnect, 16, intConLen - 2)" I have tried to work with my server's IT support and the administrator for my webserver seems to be as new at this as I am. Any help in either getting the fpselect.asp file to run or a solution to my database connection issue would be appreciated. Thanks! JB
|
|
|
|