Hi everyone,
I've just studio using VS2008 and have a quick question regarding databindings, i'm fairly handy with vb6 so this question really relates to good practice rather than actual coding.
Our backend is SQL 2005 express edition, my application connects to this database fine, it is planned that the database will have approximately 10-20 users.
The application is basically a sales based CMS and I wanted to know if I should simply use the databindings as they are or create recordsets and have the users work off them?
It is possible that the forms will have 4/5 databindings each as our company has five major departments all of whom need access to the data and will be modifying it for their own purposes.
Currently the CMS is in access and is starting to become a little slow, hence the upgrade to VB.net/SQL server.
I've just studio using VS2008 and have a quick question regarding databindings, i'm fairly handy with vb6 so this question really relates to good practice rather than actual coding.
Our backend is SQL 2005 express edition, my application connects to this database fine, it is planned that the database will have approximately 10-20 users.
The application is basically a sales based CMS and I wanted to know if I should simply use the databindings as they are or create recordsets and have the users work off them?
It is possible that the forms will have 4/5 databindings each as our company has five major departments all of whom need access to the data and will be modifying it for their own purposes.
Currently the CMS is in access and is starting to become a little slow, hence the upgrade to VB.net/SQL server.
Comment