Topic: connect to 2 databases
hi gays
can i ,by script ,connect to an other database and read /write data from it without loosing connection to the first database?
My Visual Database → Script → connect to 2 databases
hi gays
can i ,by script ,connect to an other database and read /write data from it without loosing connection to the first database?
Hello,
You can attach other sqlite database file:
SQLExecute('ATTACH DATABASE ''testDB.db'' as ''TEST''');
using:
SELECT TEST.person.firstname, TEST.person.lastname FROM TEST.person
Nice info !!
I'll keep that in my snippet manager
thank you
it is a great software
My Visual Database → Script → connect to 2 databases
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi