Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query...

Status
Not open for further replies.

os2be

Programmer
Jul 27, 2003
4
CA
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
 
Hi,

I downloaded you program and took a look at it. Not much of coding there, so a change for problems is also very small.

Running around on the internet i found this message from a TeamB member

When using IBX in D7, make sure you have the latest version from
Jeff Overcash's page on CodeCentral. The version which shipped with D7 is
old.

So first try updating your components and try again. If you already did this, Remove first all the old bpl's also from the windows search path's

Steph [Bigglasses]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top