I have install this application in 24 PC's and its only 3 PC's where the application not work it's creates map but not database?
-----Ursprungligt meddelande----- Från: Rich Rattanni [mailto:[EMAIL PROTECTED] Skickat: den 24 mars 2007 17:37 Till: [email protected] Ämne: Re: [sqlite] sqlite segfault using libc library > Maybe using an invalid UTF-8 string as input to SQLite? > Maybe your wrapper uses strlen to find the end of the string and that > is different from the SQL string length function of SQLite, which may > be diferent on UTF-8 strings? My wrapper class never uses strlen(). Instead I bind the string to the statement, and I indicate the stringlength of -1 (which I assume means sqlite runs strlen() internally). And I do not change the strings while the program runs. ---------------------------------------------------------------------------- - To unsubscribe, send email to [EMAIL PROTECTED] ---------------------------------------------------------------------------- - ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

