passing parameters

G

Glen

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?
 
L

Lucas Kartawidjaja

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
 
S

Stefan B Rusynko

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?
 
G

Glen

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?
 
Top