hi
i try to do a master detail query...
i have 2 table
1) tmarque with field
nomarque
marque
2) tmodele with field
nomodele
modele
nomarque
i have 2 ibdataset
i do
select * from tmarque
select * from tmodele where nomarque = :nomarque
with delphi, when i select a marque, i can see the modele who are linked to it...
but under delphi 7 i don't see any model
i do a little program to see you the problem...
i search since many week i nobody can say me why i don't work under delphi 7
thanks a lot
i try to do a master detail query...
i have 2 table
1) tmarque with field
nomarque
marque
2) tmodele with field
nomodele
modele
nomarque
i have 2 ibdataset
i do
select * from tmarque
select * from tmodele where nomarque = :nomarque
with delphi, when i select a marque, i can see the modele who are linked to it...
but under delphi 7 i don't see any model
i do a little program to see you the problem...
i search since many week i nobody can say me why i don't work under delphi 7
thanks a lot