Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it normal practice?
Message
From
21/02/2008 11:56:29
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Is it normal practice?
Miscellaneous
Thread ID:
01294820
Message ID:
01294820
Views:
55
I have an SQL table that has close to 100 columns. Some users need to reference all columns, but other users need to only reference a few columns in that table.

Is it normal practice in MM .NET v2.4 to create multiple business objects and business entities and stored procedures for the same table so that only the columns needed by each user are referenced, or is it better to only use one set of objects that use all columns but only display the columns needed in the user interface?

It looks like either approach will work, but dealing with 100 columns when only a few columns are needed seems like a waste of resources, but creating and keeping track of multiple business objects, business entities, and stored procedures is no piece of cake either.

Suggestions?

Sam Tenney
Next
Reply
Map
View

Click here to load this message in the networking platform