Hi
I have a recordset in page A. By clicking on one dataset, a key, say "spec", is stored in a session variable and page B opens. On Page B, the Recordset should use the session variable as parameter in the SQL-Where statement. I am using ultradev and asp-javascript.
When I have the statment ... WHERE such=V_spec, with the parameter definition V_spec / 'spec' / Session("sesspec"
i have an ODBC-Error.
Whats wrong here?
thanks Markus
I have a recordset in page A. By clicking on one dataset, a key, say "spec", is stored in a session variable and page B opens. On Page B, the Recordset should use the session variable as parameter in the SQL-Where statement. I am using ultradev and asp-javascript.
When I have the statment ... WHERE such=V_spec, with the parameter definition V_spec / 'spec' / Session("sesspec"
Whats wrong here?
thanks Markus