Will Leshner wrote:
On May 8, 2005, at 9:53 AM, Randy Graham wrote:
1. Can an in memory database be attached to another in memory database?
(Seems not).
I guess the limitation is that there is no syntax for it. Perhaps there could be something added to the API that would allow attaching one database to another database in C?
Thanks.
I haven't studied the source code, and don't have the time now, but if anyone knows of a relatively easy, safe hack to achieve this I'd appreciate hearing about it.
FWIW, I've been developing an embedded app using SQLITE for the last year and am very impressed with it.
-Randy

