Search found 12 matches

by Faceker
24.11.2008, 15:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28207

I will try this version in my new project.
If I found problems, I will post to here.
by Faceker
24.11.2008, 13:05
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28207

This is very good news :)

I'm looking forward to supports for SQLite protocol.
by Faceker
05.11.2008, 14:33
Forum: User Patches
Topic: Remove some compiler warnings on v6.6.4
Replies: 0
Views: 471

Remove some compiler warnings on v6.6.4

[DCC Warning] ZStoredProcedure.pas(94): W1000 Symbol 'PSGetTableName' is deprecated [DCC Warning] ZStoredProcedure.pas(304): H2443 Inline function 'AnsiCompareText' has not been expanded because unit 'Windows' is not specified in USES list [DCC Warning] ZPropertyEditor.pas(310): W1000 Symbol 'GetFie...
by Faceker
02.11.2008, 04:36
Forum: User Patches
Topic: [patch_done] Fix some warnings on v6.6.4 stable
Replies: 1
Views: 521

[patch_done] Fix some warnings on v6.6.4 stable

Fix warnings below: [DCC Warning] ZGenericSqlAnalyser.pas(637): H2077 Value assigned to 'CurrentType' never used [DCC Warning] ZDbcMetadata.pas(2628): H2164 Variable 'IndexName' is declared but never used in 'TZAbstractDatabaseMetadata.GetBestRowIdentifier' [DCC Warning] ZDbcMetadata.pas(2629): H216...
by Faceker
02.11.2008, 03:44
Forum: Feature Requests
Topic: Request: Set Boolean column value to 1 and 0 in SQLite
Replies: 1
Views: 1522

I found this feature request at http://zeos.firmos.at/viewtopic.php?t=1132

Did this fix the problem?
by Faceker
24.10.2008, 15:34
Forum: Feature Requests
Topic: Request 'Integer' column mapping to TLargeintField in SQLite
Replies: 1
Views: 1513

Request 'Integer' column mapping to TLargeintField in SQLite

In SQLite, Integer column is 64 bit integer value, and 'Integer' column is special (see http://www.sqlite.org/datatype3.html), so I suggest mapping 'Integer' column to TLargeintField: tinyint - TWordField smallint - TSmallintField int - TIntegerField Integer - TLargeintField bigint - TLargeintField ...
by Faceker
24.10.2008, 15:12
Forum: Feature Requests
Topic: Request: Set Boolean column value to 1 and 0 in SQLite
Replies: 1
Views: 1522

Request: Set Boolean column value to 1 and 0 in SQLite

Boolean field is numeric type default in SQLite, but boolean field value is string 'Y' and 'N' in Zeos 3.6.3, I suggest set to 1 and 0.
by Faceker
08.10.2008, 16:07
Forum: 6.6 - stable
Topic: INSTALL problems with ZeosLib
Replies: 6
Views: 1013

Select Delphi IDE Menu: Component - Install Packages.
Remove "Zeos Database Components".
by Faceker
08.10.2008, 15:21
Forum: 6.6 - stable
Topic: Where is the latest version of Zeoslib 6.x (>v6.6.3)?
Replies: 2
Views: 481

Thanks.
by Faceker
08.10.2008, 14:47
Forum: 6.6 - stable
Topic: Where is the latest version of Zeoslib 6.x (>v6.6.3)?
Replies: 2
Views: 481

Where is the latest version of Zeoslib 6.x (>v6.6.3)?

I want to use the latest version of Zeoslib 6.x, where to download?
Trunk or Branches\6.6-Patches or Branches\Testing?
by Faceker
04.10.2008, 15:53
Forum: Feature Requests
Topic: Request: Solve all warning and hints on build project
Replies: 1
Views: 1577

Request: Solve all warning and hints on build project

please, :lol: [DCC Warning] ZGenericSqlAnalyser.pas(637): H2077 Value assigned to 'CurrentType' never used [DCC Warning] ZDbcMetadata.pas(2628): H2164 Variable 'IndexName' is declared but never used in 'TZAbstractDatabaseMetadata.GetBestRowIdentifier' [DCC Warning] ZDbcMetadata.pas(2629): H2164 Vari...
by Faceker
04.10.2008, 15:39
Forum: Feature Requests
Topic: Support Customize Library Name, e.g. sqlite3.dll, fb*.dll
Replies: 1
Views: 1671

Support Customize Library Name, e.g. sqlite3.dll, fb*.dll

I using Zeoslib to connect SQLite database, the sqlite default library name is sqlite3.dll, I would like to use a custom library name. Although I may editing the Zeoslib source code to achieve this function, but i hope Zeoslib have this feature. Suggests: a) add a LibraryName property for ZConnectio...