NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mike J

Pages: [1]
1
Web Server - Ask For Help / Re: Session Variable Question
« on: June 21, 2007, 10:03:07 AM »
Thanks for the suggestions! I got pulled off of it for a few days, but one of the ideas I'm sure will work. It's nice to have some extra brains to use  :)

2
Web Server - Ask For Help / Session Variable Question
« on: June 21, 2007, 06:32:34 AM »
Can a dictionary table's connection string be based on a session variable? I currently have a window's app where the dictionary tables' connection strings are based on global variables since they reside on different DBs. The first level connection string can be hard coded into the web app, but the other levels' connection strings reside in a table and retrieved based on how the user logs in. I would like to use this same approach, but instead of using global variables in the dictionary I would like to use session variables.

Pages: [1]