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
Original issue reported on code.google.com by
wszjdn...@gmail.com
on 26 Mar 2012 at 7:59