[sqlite] SQL Like expr not case sensitive Bug

2006-07-14 Thread Pasquale Imbemba
Hi, is there any news about when this bug (read: http://www.sqlite.org/lang_expr.html) will be fixed? Cheers Pasquale

[sqlite] Encoding problem ISO 8859-1 / UTF-8

2006-05-18 Thread Pasquale Imbemba
Hi all, sorry for repost, but I have gathered some more info for my encoding problem. I am using latest SQLite with Java 1.4.2 and openSuSE in order to build a morphological analyzer for the German language (it's an open source project for my University). I found out that SuSE has UTF-8

[sqlite] Encoding problem

2006-05-18 Thread Pasquale Imbemba
Hi all, I am inserting Strings from Java into my db. In Java those Strings have German umlauts, i.e. ä, ü, ß, ö. When I check in the db I see that there have been replaced with a dotted square. How do I fix this? BTW: When I insert data from SQLite shell, it is displayed correctly. Thanks in

Re: [sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
On 10/05/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Make sure the sqlite_jni.dll DLL is in your path! Andi I don't have that file, but this libsqlite_jni.so . I understand I must have this also in my build path but I don't figure out how to do it in eclipse. I do Build Path -> Link

[sqlite] SQLite wrapper Java Linux: No suitable driver

2006-05-10 Thread Pasquale Imbemba
Hi, I am using the sqlite wrapper by Christian Werner for Java on my Linux machine. I use eclipse and I have create da new project which contains the SQLite.jar stuff. My code looks like this: import SQLite.JDBCDriver; import java.sql.DriverManager; import java.sql.Connection; import

[sqlite] Problems with Wrapper

2006-05-10 Thread Pasquale Imbemba
Hi, I have some trouble to get SQLite Java Wraper running on my openSuSE10. Here's what I did: 1) I've downloaded the sqlite3-3.3.5.bin.gz from sqlite.org and extracted it into my personal folder: I have now /sqlite/sqlite3-3.3.5.bin there. Creating a test db works 2) I've downloaded the

[sqlite] HowTO SQLite Windows & Java

2006-05-09 Thread Pasquale Imbemba
Hi, I am new to this ML and to SQLite as well. I am looking for a comprehensive HowTo in order to get SQLite working with Java SDK using Eclipse. I know there is the wrapper but I am lost at the building steps for javasqlite.mak and javasqlite3.mak. I have Visual Studio 05 installed but I am