Access Database Connection
Posted
by Gerory
on Stack Overflow
See other posts from Stack Overflow
or by Gerory
Published on 2010-03-31T06:58:08Z
Indexed on
2010/03/31
7:03 UTC
Read the original article
Hit count: 314
oledbconnection
I am using C#.net application with oledbConnection to open database in exclusive mode
what exactly process in backend when we open database in exclusive mode , it not increse size of database compare to shared mode connectivity.
Is it doing Compat or Repair when it close connection of Exclusive Mode??
As we are facing unExpected Errors at time of open connection using Exclusive mode & its come abnormally even we have dispossed all connection properly.
Please share ur view ...if it doing compact/reapai at time of closing connection is there a way to wait before opening new Connection?
© Stack Overflow or respective owner