Relative Content

Tag Archive for c#sql-serverwinforms

Managing data in application tables

I am trying to write an application with a sql server database. The database has tables with links: Fabric -> Composition <- Order.
The Order stores the order information, and the Composition stores the information of the goods available in the order.