Subject TIB_Query, how find out fields Datatype?
Author prom_prometheus
Hi,

Wiht a TIBOQuery i can do:

q :TIBOQuery
fieldtype:= q.FieldDefs.Items[i].DataType

how this works with IB_Query?
q :TIB_Query
fieldtype:= q. ???


br
Gerhard