Search found 3 matches

by ejla
25.10.2006, 15:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery problem Delphi 6
Replies: 4
Views: 1040

Hi and thanks, well I see that its problem with something else but query... :oops: I'm usin editable TDBGrid and its source is TZTable (called ResultSet...) The MasterSource for the TZTable is dsSQL1 (from TZQuery). TZQuery seems work OK, but someting between TZQuery & TZTable. All OK again... ...
by ejla
25.10.2006, 10:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery problem Delphi 6
Replies: 4
Views: 1040

Hi and thanks,
well I see that its problem with something else but query... :oops:
I'm usin editable TDBGrid and its source is TZTable (called ResultSet...) The MasterSource for the TZTable is dsSQL1 (from TZQuery).
TZQuery seems work OK, but someting between TZQuery & TZTable.
by ejla
25.10.2006, 08:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery problem Delphi 6
Replies: 4
Views: 1040

TZQuery problem Delphi 6

I'm working with Delphi 6 with 6.5.1. alpha CSV. A query below don't return right data from MySQL 4.1 database. The resultset is filtered ONLY by date, but all arrivals with respective arrival date will be in the resultset. What mad? code: [font=Courier New]query := 'select * from booking where b_da...