On 6/28/06, RohitPatel9999 <[EMAIL PROTECTED]> wrote:

My requirements are
> database file must be removed from disk if any error while
> creating/copying tables, records or
> indices
> other application or other instance of same app must not be able to access
> the database, till
> database is not ready with necessary minimum tables and records.

So to avoid other app accessing, I thought of creating memory db.

Just write it to use the disk. It's not dramatically slower and you don't need
to write code to flush and load the database.

Reply via email to