Hi People.....
I have a question
Table Orders(Id,Date)
Table Products(Id,Name)
Table ItensOrders(IdOrders,IdProducts,Quantity)
How this way to develop this?
Thanks!
Best Regards.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 27 February 2013 - 19:59 PM
Hi People.....
I have a question
Table Orders(Id,Date)
Table Products(Id,Name)
Table ItensOrders(IdOrders,IdProducts,Quantity)
How this way to develop this?
Thanks!
Best Regards.
Posted 03 March 2013 - 10:11 AM
Instead of giving you the answer why don't you play around with the examples from this library?
And when you get the hang of it, try it out at your own project?