I am able to attach a file based SQLite database to in-memory DB and copy
entire database (all tables sequentially using create table + select *
from..) into in-memory DB.How do I do the reverse ? i.e dump in-memory DB
onto a file based sqlite DB by attaching the memory based DB to file based
DB ? The trouble with in-memory database is - it is gone when the program
terminates, thus debugging is tedious !Could someone guide ?regards - UZI



--
View this message in context: 
http://gambas.8142.n7.nabble.com/SQLite-in-memory-DB-tp56508p56816.html
Sent from the gambas-user mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to