U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » SQLArray + Like() + Accents problem
Re: SQLArray + Like() + Accents problem [message #30859 is a reply to message #30803] Tue, 25 January 2011 13:07 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
Either your app encoding is not utf-8 ('SetDefaultCharset'), or Sqlite3 encoding is not utf-8 (to tell the truth, right now I do not remember how encoding in Sqlite3 works...)

That said, other DB engines transcode from app encoding to db encoding and back. So perhaps Sqlite3 should do that too.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SQLite3, ODBC and UTF-8
Next Topic: Simple SQL question
Goto Forum:
  


Current Time: Wed Jul 15 02:52:00 GMT+2 2026

Total time taken to generate the page: 0.00471 seconds