Subject Accessing data object fields
Author Tim Ledgerwood
Hi,

How do I access the fields of a IB_Query (or other data object)? With other
components, I would write

MYQuery.FieldByName('MyField').AsInteger

for example. Also, how do I access the properties of the fields? How do I say

case MYQuery.FieldByName('MyField').DataType of

using IBObjects?

Thanks

Tim


[Non-text portions of this message have been removed]