Click here to Skip to main content
15,913,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to develop a small app, i need help how to design the app sing oops concept.

The following are the table details. i just want the approach so that i can start off with designing db & user inf.

1) Table : ServiceCategoryMaster

Feilds :

SerCatId, SerCatCode, SerCatDescription, isActive, UEmpId, CrnDate, UpdatedDateTime

2) Table : SubCategoryMaster

Feilds :

SerSubCatId, SerSubCatCode, SerSubCatDescription, SerCatId, isActive, UEmpd, CrnDate, UpdatedDateTime

3) Table : ItemMaster

Feilds :

ItemId, ItemCode, ItemDescription, ItemSerSubCatId, ItemSerCatId, ItemUomId, ItemQuantity, ItemMinRate, ItemPercentageRate, IsActive, UEmpId, CrnDate, UpdatedDateTime


Thanks & Regards
Ram
Posted

1 solution

Unless someone knows the functionality of your application, would not be able to tell. Although at a higher level, it should have:

1. UI layer for the forms/webpages.
2. A business layer to check for business rules.
3. A data access layer to perform database operations.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900