E
Ed Staffin
I am using an access db via ole db from an asp.net page.
When I open a connection, if there are no more connections
in IIS's connection pool it'll try and open a new
connection. If there are no more connections available
what exception get's thrown?
By the same token, when using a data adapter to do an
update, what exception gets thrown if the server (the
access mdb) is busy?
Lastly, where can I read up on this. I already know about
switching the MSDE etc. Sounds great, but not an option
for the near term.
Thanks ... Ed
When I open a connection, if there are no more connections
in IIS's connection pool it'll try and open a new
connection. If there are no more connections available
what exception get's thrown?
By the same token, when using a data adapter to do an
update, what exception gets thrown if the server (the
access mdb) is busy?
Lastly, where can I read up on this. I already know about
switching the MSDE etc. Sounds great, but not an option
for the near term.
Thanks ... Ed