Registriert seit: 10. Jun 2003
Ort: Berlin
9.582 Beiträge
Delphi 11 Alexandria
|
AW: Automatiach erstellte Syntax
5. Sep 2017, 22:55
ATTACH dient offenbar zu Abfragen mehrere DB's, und deshalb denke ich, kann es ebenfalls weg.
Die Doku hilft...
https://www.sqlite.org/lang_attach.html
Zitat:
The ATTACH DATABASE statement adds another database file to the current database connection.
...
Tables in an attached database can be referred to using the syntax schema-name.table-name.
Sebastian Jänicke Alle eigenen Projekte sind eingestellt, ebenso meine Homepage, Downloadlinks usw. im Forum bleiben aktiv!
|