Search found 6 matches
- 17.05.2010, 21:24
- Forum: 6.6 - stable
- Topic: Libraries for lipq.dll and libpq81.dll cannot be found
- Replies: 8
- Views: 5430
- 17.05.2010, 21:23
- Forum: 6.6 - stable
- Topic: Libraries for lipq.dll and libpq81.dll cannot be found
- Replies: 8
- Views: 5430
- 11.07.2007, 23:25
- Forum: User Contributions
- Topic: PostgreSQL Timestamp
- Replies: 0
- Views: 2369
PostgreSQL Timestamp
The Timestamp fiels, was not getting milisecs information from database. at PostgreSQL this results in a error on update a record, by comparsion invalid, because postgresql expects milisecs on timestamp, and when comparing values its doesn't match. The Diff File to svn revision 267 Folows: Index: sr...
- 30.05.2007, 22:31
- Forum: Feature Requests
- Topic: [bug_fixed] GetFieldNames on ZConnection
- Replies: 6
- Views: 3115
Thank you
Hi,
thank you for adding this code
it's very useful, and people doesn't need to patch their code anymore
Alexandre
thank you for adding this code
it's very useful, and people doesn't need to patch their code anymore
Alexandre
- 07.03.2007, 22:51
- Forum: Feature Requests
- Topic: [bug_fixed] GetFieldNames on ZConnection
- Replies: 6
- Views: 3115
[bug_fixed] GetFieldNames on ZConnection
Your ZeosLib DBO Version: 6.6.1 The IDE you are using: Delphi Version (and maybe patchlevel) of the IDE: 7 The database you are using: Firebird Version of the database: 1.5 Used protocol: firebird-1.5 [hr] Error description and post I sugest you to put a function to get the fieldnames directly from...
- 07.03.2007, 22:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: GetFieldNames
- Replies: 0
- Views: 756
GetFieldNames
Hello... I sugest to put a Procedure GetFieldNames on ZConnection somthing like this in interface public procedure GetFieldNames(const TablePattern: string; List: TStrings); in implementation {** Fills string list with field names. @param TablePattern table name to get fields @param List a string li...