Hello drh,

Wednesday, October 4, 2006, 10:00:38 AM, you wrote:

dhc> "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?)
>> 

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


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

Windows NT+ has a 255 byte filename size limit unless you use the
unicode versions of the CreateFile functions. The downside of doing
that is standard windows tools like Explorer can't delete a file with
a name longer than 255 bytes.


-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]


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

Reply via email to