R
Rick Rantilla
I've figured out how to use the session variables to carry data from ASP page
to ASP page. Now I want to use those same session variables in querys to an
Access database. I've tried the Insert Parameter in the Data Base Results
Wizard and now have tried SQL, for example, where loginemail is one of my
session variables:
SELECT * FROM BookSwaps WHERE (mail = '::loginemail::')
It won't take session(loginemail) or session("loginemail")
What is the exact syntax to pass a session variable to an Access query?
to ASP page. Now I want to use those same session variables in querys to an
Access database. I've tried the Insert Parameter in the Data Base Results
Wizard and now have tried SQL, for example, where loginemail is one of my
session variables:
SELECT * FROM BookSwaps WHERE (mail = '::loginemail::')
It won't take session(loginemail) or session("loginemail")
What is the exact syntax to pass a session variable to an Access query?