Search found 1 match

by yoda
07.07.2006, 17:35
Forum: 6.1.5
Topic: Accessing Join fields
Replies: 4
Views: 3403

Accessing Join fields

greetings, I am running Delphi 6 with Zeoslib 6.1.5-stable and Mysql. I have a TZQuery component on my form and have added SQL code to the SQL property of the TZQuery component. Normally I reference a field by using someting like: MyQuery.fieldbyname('name').asstring Well, I gone and used a join in ...