G
Guest
OK. Just ordered VS2005 Pro. to make the transition from VB6.
A commercial application needs to be converted from VB6. Currently it is a
multi-formed app that communicates to an many-tabled Access db. Stores and
keeps track of appointments, people, pictures, etc. Also allows two users to
communicate changes to each other using a proprietary db sync (track changes
from user 1, send by email, then user 2 will import the information and vise
versa.)
I think this application just screams ".NET" But here is where I need help.
I anticipate having 100 to 5000 users, each with a few sub-accounts. I want
the sub-accounts to be able to communicate, without seeing other user's data.
Most apps that I see in .Net allow everyone to see all the data. (OK, just
add a userid and select only these userid records then.) I am sure that
there are other pitfalls and shortcuts to this. Any comments would be
appreciated.
A commercial application needs to be converted from VB6. Currently it is a
multi-formed app that communicates to an many-tabled Access db. Stores and
keeps track of appointments, people, pictures, etc. Also allows two users to
communicate changes to each other using a proprietary db sync (track changes
from user 1, send by email, then user 2 will import the information and vise
versa.)
I think this application just screams ".NET" But here is where I need help.
I anticipate having 100 to 5000 users, each with a few sub-accounts. I want
the sub-accounts to be able to communicate, without seeing other user's data.
Most apps that I see in .Net allow everyone to see all the data. (OK, just
add a userid and select only these userid records then.) I am sure that
there are other pitfalls and shortcuts to this. Any comments would be
appreciated.