Administrator
VB.NET Forum Admin
- Joined
- Jun 3, 2004
- Messages
- 1,462
- Programming Experience
- 10+
We have a single database, unlimited users. We log basic information in a spreadsheet, i.e. standard columns and rows in a data grid. However, the challenge comes in now that we want to allow EACH user to create custom columns of their own. So the basic columns of Date, First Name, Last Name are all there, but for you, one of the users, you want to add: Date of Birth, Anniversary, Type of Car, Phone Number. And me, another user in this same database I want to add: Hair color, Eye color, Height, Weight BUT I don't want to see other's custom columns, for me, I just want the basic columns AND "my" custom columns.
So how in a single database, shared among many users, would you design your application with a grid so that each user can have their own custom columns and NOT have these columns appear for other users. Custom columns are isolated by user (UserID).
So how in a single database, shared among many users, would you design your application with a grid so that each user can have their own custom columns and NOT have these columns appear for other users. Custom columns are isolated by user (UserID).