Search found 3 matches

by leatarget
07.01.2011, 04:59
Forum: SQLite
Topic: insert blob and read blob error!
Replies: 0
Views: 1448

insert blob and read blob error!

env is delphi2010+preview-ZEOSDBO-7.0.1-alpha Table structure is create table test(aa integer,ss char(50),b blob) Into the blob field, insert three or more than three records, reading will be a problem, it should be an error led to the current record number. Specific code as follows: insert : var sq...
by leatarget
03.01.2011, 06:47
Forum: ZeosLib 7.0 Beta Forum
Topic: delphi2010, ZEOSDBO-7.0.0-alpha and sqlite3.74 chinese path
Replies: 2
Views: 442

It is ok!
thank you very much!
When you are ready to release 7.0 final version?
I look forward to the official version!
and thank again for your good job!
by leatarget
02.01.2011, 12:51
Forum: ZeosLib 7.0 Beta Forum
Topic: delphi2010, ZEOSDBO-7.0.0-alpha and sqlite3.74 chinese path
Replies: 2
Views: 442

delphi2010, ZEOSDBO-7.0.0-alpha and sqlite3.74 chinese path

I use a delphi2010, ZEOSDBO-7.0.0-alpha and sqlite3.74. In use there is a problem which is using the Chinese path. I followed a few places at the code str1 is the Chinese path with the full path to the library d:\temp\数据库测试\测试.db con1.Database: = str1; This is ZEOSDBO code, database path is above th...