"Shields, Daniel" <[EMAIL PROTECTED]> wrote:
> Does anyone know the maximum length of the filename passed
> to sqlite_open. We seem to see truncation on long file names
> (> 32 chars?)
> 

The SQLite core has a filename size limit of around 500MB -
not something you are likely to ever hit.  The underlying
operating system is probably the limiting factor.  What OS
are you running on?
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to