Let's try itEgonHugeist wrote:borispr,
All i can do is to invite you to help me. I can guid you through all related functions. What do you think?
Search found 4 matches
- 26.01.2013, 08:58
- Forum: 6.6 - stable
- Topic: Delphi 10 TZQuery returns only one(first) field
- Replies: 11
- Views: 6437
- 15.01.2013, 14:56
- Forum: 6.6 - stable
- Topic: Delphi 10 TZQuery returns only one(first) field
- Replies: 11
- Views: 6437
borispr1 , is it possible you've allready assigned the fields to your formular? This is a program I used to get fields count for different queries unit Unit1; type TForm1 = class(TForm) ZConnection1: TZConnection; Button1: TButton; ZQuery1: TZQuery; Edit1: TEdit; procedure Button1Click(Sender: TObj...
- 13.01.2013, 15:22
- Forum: 6.6 - stable
- Topic: Delphi 10 TZQuery returns only one(first) field
- Replies: 11
- Views: 6437
borispr1 , IMHO is this a select issue for PostgreSQL not for Zeos. Zeos only processes your requests and the results, which are returned from the Server. phpPgAdmin works fine, so php lib gives query results as expected Could this option change the beahvior: TZConnection.Properties.Values['oidasbl...
- 10.01.2013, 13:36
- Forum: 6.6 - stable
- Topic: Delphi 10 TZQuery returns only one(first) field
- Replies: 11
- Views: 6437
Delphi 10 TZQuery returns only one(first) field
Delphi 10, zeoslib 6.6.6 (also tried 7.0.3), libpq.dll 7.1 and 9.2.2, postgresql 8.3.8 when I do "select field1, field2, field3 from table1" no erros but I can access only Query.FieldByName('field1') or Query.Fields[0], other names gives "no field with name", all others indexes r...