Ryan Underwood <[EMAIL PROTECTED]> wrote:
> Is it possible to bind an in-memory sqlite database (in read-only mode,
> naturally) to an existing named memory buffer that contains exactly the
> contents of a sqlite database file?
>
> What I want to do is maintain a database as usual, but then take a
short answer is no.
The memory structures are not identical to disk structures.
Ryan Underwood <[EMAIL PROTECTED]> wrote:
Is it possible to bind an in-memory sqlite database (in read-only mode,
naturally) to an existing named memory buffer that contains exactly the
contents of a sqlite datab
Is it possible to bind an in-memory sqlite database (in read-only mode,
naturally) to an existing named memory buffer that contains exactly the
contents of a sqlite database file?
What I want to do is maintain a database as usual, but then take an
occasional snapshot, bin2c it and include it in m
3 matches
Mail list logo