--- Cory Nelson <[EMAIL PROTECTED]> wrote:
> If I open two handles to "sqlite.db", and attach a :memory: database
> to one of them, then start a transaction on the handle without the
> :memory: database, will this prevent me from using the :memory:
> database in the other handle until the transaction finishes?
> 
> -- 
> Cory Nelson
> http://www.int64.org

No. This will open two completely seperate in-memory databases. Just
as if you had opened two handles on two different files.

Dan.



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

Reply via email to