I seem to have a weird problem that may not seem so weird so someone else, I hope.
I am using a session variables to store information regarding user rights and access:
session("ACL"=true
In the same script I have a SQL statement adding a record into a Access database.
Nothing weird about that right... wrong.
When the session variable contains information the SQL statement does not work. No errors. When there is no session variables it works fine. I have reworked the script a dozen times and everything looks fine. I have even added response.write statements to follow the scripts path to insure that my variables still contain their data and that script actually gets to the point of executing, and they do.
Any ideas anyone?
Many Thanks
I am using a session variables to store information regarding user rights and access:
session("ACL"=true
In the same script I have a SQL statement adding a record into a Access database.
Nothing weird about that right... wrong.
When the session variable contains information the SQL statement does not work. No errors. When there is no session variables it works fine. I have reworked the script a dozen times and everything looks fine. I have even added response.write statements to follow the scripts path to insure that my variables still contain their data and that script actually gets to the point of executing, and they do.
Any ideas anyone?
Many Thanks