Small. Fast. Reliable.
Choose any three.
Search for:

SQL As Understood By SQLite

[Top]

DETACH DATABASE

detach-stmt:

R-52288-14881:[ ]

R-04230-65027:[This statement detaches an additional database connection previously attached using the ATTACH statement. ] R-46672-40841:[When not in shared cache mode, it is possible to have the same database file attached multiple times using different names, and detaching one connection to a file will leave the others intact. ]

R-05098-06501:[In shared cache mode, attempting to attach the same database file more than once results in an error. ]

R-59740-55581:[This statement will fail if SQLite is in the middle of a transaction. ]