extensible storage engine - Can I access an ESE database that is already in use? -
The windows ESE engine API call is a readable option in JetAttachDatabase. Can I use it to mount a database that is already mounted by another process?
The answer is almost certainly "no". ESENT database is only a single process, unless all procedures use the database to read only. The second process probably involves reading and writing databases, so that you will not be able to.
Comments
Post a Comment