M
Michael Buro
I am tying to use the "database interface wizard" and the
resulting code produces an error message that the include
statement cannot use .. to refer to the parent directory.
The suggested fix was to place an include statement that
uses a virtual path. However, when I use the statement:
#include virtual="/fpclass/fpdbform.inc" or #include
virtual="_fpclass/fpdbform.inc" I get the message that
the file cannot be found. Regardless of where I place
this statment I get the same response. I next tried to
edit the include (which is part of a webbot component)
and no matter what changes I make, they revert back to
the original statment. I have tried placing the 'fix'
right after the webbot statment, but I imagine that an
ASP page stops processing upon encountering the first
error, so it would not appear that my over
riding 'include' is ever read.
So just where EXACTLY is this statment supposed to
reside? In a supplemental file? HELP!!!!
resulting code produces an error message that the include
statement cannot use .. to refer to the parent directory.
The suggested fix was to place an include statement that
uses a virtual path. However, when I use the statement:
#include virtual="/fpclass/fpdbform.inc" or #include
virtual="_fpclass/fpdbform.inc" I get the message that
the file cannot be found. Regardless of where I place
this statment I get the same response. I next tried to
edit the include (which is part of a webbot component)
and no matter what changes I make, they revert back to
the original statment. I have tried placing the 'fix'
right after the webbot statment, but I imagine that an
ASP page stops processing upon encountering the first
error, so it would not appear that my over
riding 'include' is ever read.
So just where EXACTLY is this statment supposed to
reside? In a supplemental file? HELP!!!!