hi people, Is it a good thnig to declare objects, like datareaders, odbccommand obejcts, etc in a module for public use in a multi user application, or is it better to declare them and then add them to a users session?
- is it also a good idea to declare 1 odbccommand, datareader etc. and then change the commandtext constantly? cause I don't see why it should be a problem.
Somehow I think the way I'm using those objects is the root to all of the problems I'm encountering right now
You can better regret that you have done something than regret the fact you done nothing
- is it also a good idea to declare 1 odbccommand, datareader etc. and then change the commandtext constantly? cause I don't see why it should be a problem.
Somehow I think the way I'm using those objects is the root to all of the problems I'm encountering right now
You can better regret that you have done something than regret the fact you done nothing