Ernesto Olmos wrote:
> This is because I trasmit the database via HTTP (I encrypt the string
Are you sure there won't be any endian-ness issues sending memory images
between machines? I know disk based files are portable across different
hardware but they're byte-swapped on read/write to disk.
Am 10.07.2006 um 10:52 schrieb Ernesto Olmos:
I have an SQLite database which I work in memory (:MEMORY) and I
have to get
the binary text (string) of it.
Is there a way to do it without writing it to disk and reading the
file?
Command ATTACH works good to get and write from disk or to wo
I have an SQLite database which I work in memory (:MEMORY) and I have to get
the binary text (string) of it.
Is there a way to do it without writing it to disk and reading the file?
Command ATTACH works good to get and write from disk or to work directly in
memory but I cannot get the database it
3 matches
Mail list logo