Hello
I'm trying to determine best practice regarding connection to my SQL2000 database from a 3-tier application with a minimal user base. By minimal I mean anything from 1 to 5 users. Largest clients may have about 20 users.
At the moment I open a connection at signon time and it is active for the length of the session.
Should I be doing this or should I be establishing a new connection for each database access whether that be retrieval or update ?????
Isn't there a licencing issue as well with multiple connections ?????
Any advice please ?????
Thanks
Keith In case I forget to say "Thank you" I'll say it now - thank you for your help !!!
I'm trying to determine best practice regarding connection to my SQL2000 database from a 3-tier application with a minimal user base. By minimal I mean anything from 1 to 5 users. Largest clients may have about 20 users.
At the moment I open a connection at signon time and it is active for the length of the session.
Should I be doing this or should I be establishing a new connection for each database access whether that be retrieval or update ?????
Isn't there a licencing issue as well with multiple connections ?????
Any advice please ?????
Thanks
Keith In case I forget to say "Thank you" I'll say it now - thank you for your help !!!