Database First,Object First?
When we design a MIS Application,which is right?
1.Design the database table first,then design the data object
2.Design the data object according to business logic,then use some O/R Mapping tools to generate the databse table
3.design the databse table and data object in the same time
|