S
Simon Richardson
EARLIER VERSIONS OF FRONTPAGE
=======================
With previous versions of frontpage it was possible to call a page and pass
parameters :-
i.e.
index.asp?rtype=A
You could then use this variable to query database results
i.e.
select * from mytable where recordtype = '::rtype::'
FRONTPAGE 2003
============
As soon as frontpage 2003 is installed, these "parameters" cease to work and
the following error appears
"Database Results Wizard Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029."
There must be a simple way of using parameters in frontpage 2003 but all I
can find through the search engines are hundreds of people with the same
problem
There does seem to be a workaround by copying
_FPClass\fpdblib.inc
_FPClass\fpdbrgn1.inc
_FPClass\fpdbrgn2.inc
from an old website (running frontpage 2002 or earlier) but surely this
can't be correct, otherwise why would new "modified" versions of these files
be installed in Frontpage 2003 ?
Anyone any idea's of a real fix ?
=======================
With previous versions of frontpage it was possible to call a page and pass
parameters :-
i.e.
index.asp?rtype=A
You could then use this variable to query database results
i.e.
select * from mytable where recordtype = '::rtype::'
FRONTPAGE 2003
============
As soon as frontpage 2003 is installed, these "parameters" cease to work and
the following error appears
"Database Results Wizard Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or missing
s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029."
There must be a simple way of using parameters in frontpage 2003 but all I
can find through the search engines are hundreds of people with the same
problem
There does seem to be a workaround by copying
_FPClass\fpdblib.inc
_FPClass\fpdbrgn1.inc
_FPClass\fpdbrgn2.inc
from an old website (running frontpage 2002 or earlier) but surely this
can't be correct, otherwise why would new "modified" versions of these files
be installed in Frontpage 2003 ?
Anyone any idea's of a real fix ?