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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -