Hello G.,

The Dr has solved it. SQlite's looking for UTF8 which is the same as
ASCII except in the presence of high order characters.

Thanks.

C

Thursday, October 12, 2006, 9:52:08 AM, you wrote:


GRS> On Thu, 2006-10-12 at 13:19 +0000, [EMAIL PROTECTED] wrote:
>> Teg <[EMAIL PROTECTED]> wrote:
>> > Hello sqlite-users,
>> > 
>> >   I'm on a US English version of windows XP, latest patches. From time
>> > to time my users report that they can't open a database that's
>> > clearly sitting there in the file system.
>> > 
>> > I've tracked the problem down to high ascii in the path.
>> > 
>> 
>> SQLite requires UTF8 pathnames (or UTF16 for the ...16() apis,
>> of course.)  Please convert your pathnames to UTF8 prior to
>> sending them to SQLite.

GRS> I suspect this is a Windows problem rather than one with SQLite. The
GRS> OpenOffice.org QA people have encountered and similar problem and
GRS> isolated it to Windows. See
GRS> http://www.openoffice.org/issues/show_bug.cgi?id=67649



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


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

Reply via email to