passing parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I sucessfully passed parameters in FP2003 using the format '::Parameter::' in
the SQL. It has stopped working, but if I manually place a value in the SQL
it works.
I do not have access to the server, do could this be a server extension
problem, or if Sharepoint is loaded, could there be a conflict?
 
Any error that you see? Do you by any chance do a query edit in Front Page? I
am not sure if this is the case, but when I used Front Page and do an edit of
an existing query, it caused some problems with the page and the query did
not work anymore, so I normally edit the Front Page code manually. Either
that or start from scratch.

Lucas
 
What data type is the parameter (and related form field) you are passing
'::Parameter::' implies a string variable
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I sucessfully passed parameters in FP2003 using the format '::Parameter::' in
| the SQL. It has stopped working, but if I manually place a value in the SQL
| it works.
| I do not have access to the server, do could this be a server extension
| problem, or if Sharepoint is loaded, could there be a conflict?
 
It is a string variable. Manually putting a string into the SQL statement
produces the correct result. A request.form shows the parameter is posted to
the page. I am concerned that somebody has changed server extensions or
loaded something onto the WebServer that prevents the parameter being
recognised. Is this possible?
 
Back
Top