On 4/7/06, Brett Goodman <[EMAIL PROTECTED]> wrote:
>    Hello all. I'm having some trouble with memory DBs. The documents
> that I find on the website say to use ":memory" as the filename in
> the call to sqlite3_open. But the only way I can make the function
> succeed is by passing NULL.
> Furthermore, I can't get it work at all if I use sqlite3_open16
> (using NULL or ":memory").

Not ":memory", but ":memory:" (note the extra char).

>    Is this a bug or ?

If the documentation says ":memory" and not ":memory:", then it's a
bug in the documentation.

Best regards,
~Nuno Lucas

>    thx
> -Brett G.

Reply via email to