I am using MSDE as the demo database for the project that I am working on and have had more that 5 people using different databases on the server without any problem.
Does anyone know what is actually meant by 5 concurrent connections? Is it connections from different IP Addresses? Different...
Yes it is a common of ASP. But I couldn't get the second part of your question? Can you make it clearer?
Thanks! Wes Grant
http://www.aspenterprisemanager.com/
I think that the slash is wrong between the server name and the Instance name:
"Data Source=dataserver\dataserver2000;" & _
I believe tat the back-slash should be a front-slash like this:
"Data Source=dataserver/dataserver2000;" & _
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.