Subject | Re: [IBO] Query Returns a blank page in IIS - more path woes |
---|---|
Author | Helen Borrie |
Post date | 2001-05-17T22:51:27Z |
At 05:45 PM 17-05-01 -0500, you wrote:
So, if it is on drive d in the path \myweb\root\database you need to connect to it with Servername:d:\myweb\root\database\MyDB.gdb. Nothing else will do. No mapped drives, no relative paths.
Make sure the client machines know about the server in its HOSTS file, too, unless you have DNS operating.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>I had my web app working yesterday on the development machine. SomeInterBase needs the physical path on the server, not the web root.
>reorganization of directories at the ISP forced me to change the relative
>directory structure on my development site to match it. That got me back
>into changing paths for all kinds of links, including the path for the
>database access.
>
>I set the path in IB_Connect to the path from the site root. I think that's
>what I did yesterday. Server was set to localhost.
>
>What I get is a blank page. That is, the page producer never fires. I get
>no error message at all. Removing localhost did nothing. Same result.
>
>Any suggestions will be much appreciated.
So, if it is on drive d in the path \myweb\root\database you need to connect to it with Servername:d:\myweb\root\database\MyDB.gdb. Nothing else will do. No mapped drives, no relative paths.
Make sure the client machines know about the server in its HOSTS file, too, unless you have DNS operating.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________