dennydeaton
Programmer
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
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