hi folks, I was wondering if it is possible to have a datareader linked to a session, so that every user that logs in, will have his own datareader that's assosiated to his session.
The reason I'm asking is because I'm having some problems with my asp.net application. I'm designing a contract managment systeem for a company. It has to be a multi-user application.
it already supports multi user login etc. but the problem I'm having is that when 2 or more users try to read from the database, the application will sometimes give me the error: there's already a datareader open which must be closed first.
I've already use session variables to store data so that each user will have its own variables, and that helped alot already to make my application multi user.
You can better regret that you have done something than regret the fact you done nothing
The reason I'm asking is because I'm having some problems with my asp.net application. I'm designing a contract managment systeem for a company. It has to be a multi-user application.
it already supports multi user login etc. but the problem I'm having is that when 2 or more users try to read from the database, the application will sometimes give me the error: there's already a datareader open which must be closed first.
I've already use session variables to store data so that each user will have its own variables, and that helped alot already to make my application multi user.
You can better regret that you have done something than regret the fact you done nothing