Search found 7 matches

by ErikL
19.01.2006, 22:14
Forum: 6.1.5
Topic: MySQLite serious bug
Replies: 0
Views: 907

MySQLite serious bug

When using a text-blob field a serious error occurs when the field contains #0 characters. So, when you have an update-statement containing such a field, the sql statement is truncated at the first #0 character( by the string to pchar conversion) and the resulting sql is missing the where part. The ...
by ErikL
17.01.2006, 19:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQLite3
Replies: 8
Views: 2262

Thanks very much!

One remark:

sqlite3_result_string function is used but does not exist in sqlite3.dll

ErikL
by ErikL
13.01.2006, 20:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQLite3
Replies: 8
Views: 2262

SQLite3

Dear developers,

Is anyone busy writing support for SQLite3?

Thank you,

ErikL
by ErikL
07.01.2006, 19:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Cannot install in Delphi5
Replies: 7
Views: 2137

cannot install in D5: The Solution

in unit src\component\ZAbstractRODataset.pas method InternalPost looks like this: procedure TZAbstractRODataset.InternalPost; begin {$IFNDEF FPC} inherited; {$ENDIF} if not (Self is TZAbstractDataset) then RaiseReadOnlyError; end; The solution is to remove the 'inherited' line, then ZComponent insta...
by ErikL
06.01.2006, 17:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Cannot install in Delphi5
Replies: 7
Views: 2137

Cannot install in D5

Hello Markus,
Thanks for the reply. I removed all old sources and bpl and tried it again,
same result.
This is not a new problem however, I found an older message reporting the same error.
Is support for Delphi5 discontinued?

Thanks for this great product, Regards, ErikL
by ErikL
30.12.2005, 15:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Cannot install in Delphi5
Replies: 7
Views: 2137

Cannot install in Delphi5

Has anyone ever tried to install the latest zeosdbo in Delphi5? I had to make several change to the source code: For example: unit dateutils, types, variants all not exist in D5. Anyway, eventually the source compiled ok. Then tried to install the ZComponents.bpl and got this error message: "Th...
by ErikL
28.12.2005, 16:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: cannot install in Delphi5
Replies: 0
Views: 635

cannot install in Delphi5

Has anyone ever tried to install the latest zeosdbo in Delphi5? I tried. Had to make several change to the code: unit dateutils, types, variants all not exist in D5. But after a few hours I got everything compiled. Then tried to install the ZComponents.bpl and got error message: "The procedure ...