EOF question
EOF question
- Subject: EOF question
- From: "Sako!" <email@hidden>
- Date: Thu, 8 Jul 2004 10:20:24 +0200
hi,
i plan a new DB like this:
table Users( UserID(PK) , tel, name, et...)
table Orders(UserID(FK) + OrderID)(PK), amount, date, cost, etc...
// i have one-to-Meny relationship
i want to get the (user infromation + the LAST order information ) in one
fetch with help from EOModeler.
example:
UserID, tel, name, LASTOrderID, LASTamount, LASTDate, et... all these in one
row.
can i do that? or my relationship between the tables is wrong?
regards.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.