askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

sql execute error #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I execute sql like below:

create table tab_orders(id INTEGER,orderDate TEXT,agencyName TEXT,prodName 
TEXT,prodNum INTEGER,prodUnit TEXT,status TEXT,remark TEXT,confirm INTEGER);

insert into tab_orders 
values(1,'2012-02-01','001-南京饭店','青岛纯生啤',2000,'12瓶一箱','�
��到货','暂未到货',0);

The insert sql execute error.

What version of the product are you using? On what operating system?

version: csharp-sqlite_3_7_7_1_64.zip.
operating system: windows 7.

Original issue reported on code.google.com by wszjdn...@gmail.com on 26 Mar 2012 at 7:59

GoogleCodeExporter commented 8 years ago
Please update from the current code tree, and see the unicode example in the 
test project

Original comment by noah.hart@gmail.com on 26 Mar 2012 at 7:05