Hello, I am using SqlAnywhere 10 with my Asp.Net Application. When i call connection more than 4 times with Sql Anywhere 10, it gave me the following error:-"Database server connection limit exceeded" Please help me to sort out this problem. Thanks, Munish |
Check if you are running a server instance or the dbeng..exe (e.g. autostart in ODBC normally uses this one). The personal server (dbeng) has a maximum limit of 10 concurrent connections. Read Using SQL Anywhere database servers for further reference |