Hi
I have an asp.net app. using an sql server database.
What I want to do is create an Application Variable to contain the database - an Application Dataset. Then create a Session Variable Dataset for each user with data filtered from the Application Dataset according to the users login details (there are no changes to the database for the life of the application).
How do I set up these variables? any coding examples or pointers to tutorials appriciated.
Thanks
I have an asp.net app. using an sql server database.
What I want to do is create an Application Variable to contain the database - an Application Dataset. Then create a Session Variable Dataset for each user with data filtered from the Application Dataset according to the users login details (there are no changes to the database for the life of the application).
How do I set up these variables? any coding examples or pointers to tutorials appriciated.
Thanks