![]() |
Sergey Kornilov admin 5/3/2010 |
alexandrelss, |
C
|
CC88 5/4/2010 |
With Access db had the same problem when multiple users work with it. |
A
|
alexandrelss author 5/5/2010 |
With Access db had the same problem when multiple users work with it. When I was the only user no problem.
|
![]() |
Sergey Kornilov admin 5/5/2010 |
I would point this question to your web hosting company: why exactly the same application works fine on Demo Account and works slow on their server? |
A
|
alexandrelss author 5/5/2010 |
I would point this question to your web hosting company: why exactly the same application works fine on Demo Account and works slow on their server? Probably they can provide some recommendation like using another ODBC or OLE DB provider in connection string.
|
L
|
LGessert 5/9/2010 |
I experienced the same problem and frustration (only I was using an SQL database). I passed on this information when I resolved the problem, it's disappointing that it wasn't offered to you as a solution. Anyhow - after contacting my hosting service to investigate the problem of pages loading extremely slow, they fixed it by switching the thread model on the application pool from MTA to STA(multi-thread to single-thread). I hope this helps. |