Igor Mironchick <[EMAIL PROTECTED]>
wrote:
If I attach database "db_attached" into "db" and then close "db".
After opening "db" does I need to attach "db_attached" again or this
attachment was stored???

Attachment is a property of database connection, it is not reflected in the physical database file. You need to issue ATTACH statements in every connection you open, before you can refer to other databases on that connection.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to