Bob Gilson wrote:
>
> Other databases allow you to pass the buffer size as
> a maximum length of the string and truncate at the null.
>

You can supply a length of -1 and SQLite will figure out the
length for itself by looking for the  \000.

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to