Guest_imported
New member
- Jan 1, 1970
- 0
I'm writing a market research style questionnaire application in ASP /ADO using Access as a backend. Each asp page is a different question, and some of the answers can be up to 3000 chars. I've heard that Access is unreliable with more than 10 concurrent users so instead of opening a connection to Access in every page, I plan to hold all the users' answers in cookies and session variables until the last page, and then open up a connection to Access and post all the answers in at once.
Is this likely to solve the problem, or will it just create new ones? At what point do we stop using Access and start looking for SQL Server solution?
Many thanks
Alex
Is this likely to solve the problem, or will it just create new ones? At what point do we stop using Access and start looking for SQL Server solution?
Many thanks
Alex