Re: [sqlite] Problem with LIKE and greek characters

2012-02-23 Thread Robert Gdula
I'm trying to add ICU to my Sqlite static library, compilation is ok, and I have file of library, but when I try to use it I've got some errors, anybody can help me what I do wrong ? ..\..\Library\SQLCIPHER\libSQLCIPHER.a(SqlCipher.o):SqlCipher.c|| undefined reference to `ucol_strcoll_3_8'|

Re: [sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Robert Gdula
Thank you for the fast response, Mayby someone know any implementation of LIKE, ICU function for UNICODE ? W dniu 22 lutego 2012 10:15 użytkownik Dan Kennedy <danielk1...@gmail.com>napisał: > On 02/22/2012 03:53 PM, Robert Gdula wrote: > >> Hi, >> >> I've problem

[sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Robert Gdula
Hi, I've problem with greek characters when I'm using SQLite, it's no working, but for English charaters is ok, problem it is only for LIKE, when I use WHERE for greek characters it's working ok, how to resolve this problem ? ___ sqlite-users mailing

Re: [sqlite] Problem with sqlite and codeblocks (mingw)

2012-01-28 Thread Robert Gdula
; > Senior Scientist > > Advanced Analytics Directorate > > Advanced GEOINT Solutions Operating Unit > > Northrop Grumman Information Systems > > > From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] > on behalf of R

Re: [sqlite] Problem with sqlite and codeblocks (mingw)

2012-01-28 Thread Robert Gdula
No becuase, I need encryption and it is not supported bu wxslite3, I try Sqlcipher and I have exactly the same problem... http://forums.codeblocks.org/index.php/topic,15849.0.html I described it here but nobody can help me ___ sqlite-users mailing list

[sqlite] Problem with sqlite and codeblocks (mingw)

2012-01-28 Thread Robert Gdula
Hi, I have a problem with compilation sqlite for mingw and code:blocks, everything is ok and compilation don't show any abnormal information, but when I try only add library of sqlite to the linker of sample wxwidgets program it doesn't work. Everything is ok when I use normal cosole program for