Subject TIB_Cursor or TIB_Query ?
Author dchri2000 <dchri@internet.gr>
Hi all,

i need some advice... I have to create a form for insert
in a structure like this :

A -> Table
B -> Detail with FK to A
C -> Detail with FK to B
D -> Detail with FK to C

What components advice me to use ? TIB_Cursor or TIB_Query ? Or a
combination ?

Dimitris ...