Search found 6 matches

by simpsomboy
17.05.2010, 21:24
Forum: 6.6 - stable
Topic: Libraries for lipq.dll and libpq81.dll cannot be found
Replies: 8
Views: 5170

I forgot to mention.... also inside IDE I cannot connect.
by simpsomboy
17.05.2010, 21:23
Forum: 6.6 - stable
Topic: Libraries for lipq.dll and libpq81.dll cannot be found
Replies: 8
Views: 5170

I am having the same problem... and the libraries are just in the same folder as executable, as well in windows paths.

I am using the latest 8.4.4-1 libpq.dll. zeos needs a previous version?
by simpsomboy
11.07.2007, 23:25
Forum: User Contributions
Topic: PostgreSQL Timestamp
Replies: 0
Views: 2310

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...
by simpsomboy
30.05.2007, 22:31
Forum: Feature Requests
Topic: [bug_fixed] GetFieldNames on ZConnection
Replies: 6
Views: 3054

Thank you

Hi,

thank you for adding this code

it's very useful, and people doesn't need to patch their code anymore

Alexandre
by simpsomboy
07.03.2007, 22:51
Forum: Feature Requests
Topic: [bug_fixed] GetFieldNames on ZConnection
Replies: 6
Views: 3054

[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...
by simpsomboy
07.03.2007, 22:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: GetFieldNames
Replies: 0
Views: 739

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...