I will try this version in my new project.
If I found problems, I will post to here.
Search found 12 matches
- 24.11.2008, 15:43
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29146
- 24.11.2008, 13:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29146
- 05.11.2008, 14:33
- Forum: User Patches
- Topic: Remove some compiler warnings on v6.6.4
- Replies: 0
- Views: 485
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...
- 02.11.2008, 04:36
- Forum: User Patches
- Topic: [patch_done] Fix some warnings on v6.6.4 stable
- Replies: 1
- Views: 547
[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...
- 02.11.2008, 03:44
- Forum: Feature Requests
- Topic: Request: Set Boolean column value to 1 and 0 in SQLite
- Replies: 1
- Views: 1607
I found this feature request at http://zeos.firmos.at/viewtopic.php?t=1132
Did this fix the problem?
Did this fix the problem?
- 24.10.2008, 15:34
- Forum: Feature Requests
- Topic: Request 'Integer' column mapping to TLargeintField in SQLite
- Replies: 1
- Views: 1585
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 ...
- 24.10.2008, 15:12
- Forum: Feature Requests
- Topic: Request: Set Boolean column value to 1 and 0 in SQLite
- Replies: 1
- Views: 1607
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.
- 08.10.2008, 16:07
- Forum: 6.6 - stable
- Topic: INSTALL problems with ZeosLib
- Replies: 6
- Views: 1078
- 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: 502
- 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: 502
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?
Trunk or Branches\6.6-Patches or Branches\Testing?
- 04.10.2008, 15:53
- Forum: Feature Requests
- Topic: Request: Solve all warning and hints on build project
- Replies: 1
- Views: 1646
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...
- 04.10.2008, 15:39
- Forum: Feature Requests
- Topic: Support Customize Library Name, e.g. sqlite3.dll, fb*.dll
- Replies: 1
- Views: 1747
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...