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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Miva [join tables]

Status
Not open for further replies.

dennydeaton

Programmer
Oct 17, 2002
1
US
I have three tables [xbase] that need to "join" on a common id. How can I do this in Miva Script? Please include examples if possible. Here is a rough layout.

3 tables:
Categories.dbf
Products.dbf
CatxProd.dbf

I want to sort by the Id, ParentId in Categories, then pull back ProdId's from CatxProd that has the CatId specified for each Category, then finally pull back the data from Products where ProdId is EQ to the ProdId for each record in the CatxProd.

Thanks!
denny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top