Hi.
a webpage displaying a simple list of records from the sqlite database, displays the following error message.
on the dev machine all is good but when uploading the project's files to the hosting server, it gives this message:
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached."
this is my connection string:
data source=d:\Inetpub\vhosts\formation.co.il\httpdocs\App_Data\db.db;Version=3;Pooling=False;Max Pool Size=100;
setting the pooling parameter to true or false won't influence the situation.
thanks in advanced,
Shahar Weinstein
sqlite strange timeout from pool
I would like to add that this problem popped up in another project i was doing. and there I didn't have the time to deal with it, so I just replaced the devart code lines to ordinary sqlite with datareads etc, and the problem was solved without the need to change the connection string or anything else.
Shahar.
Shahar.
You can download a trial of the latest (3.60.258) version of dotConnect for SQLite from http://www.devart.com/dotconnect/sqlite/download.html. I have just checked that the version is updated.