Richard Hipp, Simon Slavin, Luuk, and Keith Metcalf Thank you for your replies 
to our question. 
 
Here is another way I found out how insert UTF-8 strings in SQLITE3.EXE. 
 
F:\sqlite3_6_16>sqlite3.exe mdName.dat
SQLite version 3.6.16
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> INSERT INTO PREFIX SELECT CAST(x'52C3B373' AS TEXT),'M','Ros','10';
sqlite> .quit                                     
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to