I am currently using a sqlite 2.8 database with an SQLite.NET Provider (from http://www.eggheadcafe.com/articles/20040714.asp). When I insert data with my application (which use an connectionString specifying UTF8Encoding=True) everything goes well. But if I try to insert data with a script using ".read <myScriptFile>" from a commandline, text containing latin letter with accent is not inserted in the correct format and therefore does not appear correctly in my application.
Does anybody have a solution? Thanks Alain ------------------------------------------------ Alain Duc Institut Informatique de gestion Haute Ecole Valaisanne Techno-p�le 3 Switzerland - 3960 Sierre T�l : +41 27 / 606 9010 Fax : +41 27 / 606 9000 Email : [EMAIL PROTECTED] ------------------------------------------------

