Forums
This topic is locked
Session Var from DataSet
Posted 14 Jul 2003 21:36:53
1
has voted
14 Jul 2003 21:36:53 Lazarus Chernik posted:
I'm trying to set a session variable to a value in my database. The problem is that, for some reason, i keep getting an error:Compiler Error Message: BC30451: Name 'Container' is not declared.
Source Error:
Line 33: session("@Lazarus" = dsLogin.FieldValue("Active", Container))
I don't know what's wrong. From what I can see, it's not recognizing the MM_Control property 'Container' for some reason.
Anyone know what this is about?
Have a work around?
Replies
Replied 01 Jun 2012 14:10:58
01 Jun 2012 14:10:58 Alejandro Mucino replied:
Did you get an answer on this issue ? I am having the same problem.