![]() |
Sergey Kornilov admin 5/17/2011 |
Both DAL and plain SQL queries work the same way. I guess the main issue here is that Session("DriverID") is not populated. You need to make sure this variable is populated before you use it. |
B
|
beachldy author 5/18/2011 |
I've tried getting the variable populated using the following but none work: |
![]() |
Sergey Kornilov admin 5/19/2011 |
Yes, it requires something different. Please check 'Insert PHP/ASP code snippet->Session variables' section at http://xlinesoft.com/blog/2011/04/28/taming-the-beast-events-buttons-and-code-snippets/. |