Talentrio Level: Guest

|
Re: vb.net access
Hello,
I have found Access can easaly handle up to 20 users at once, depending on how cleanly you design the data access sid; for example, rather than sending a completed query through jet, you can select everything out of the table and edit the results after you have closed the connection. You could alos add queries directly to the access database then just select * from them just like they were tables, this also reduces the amount of time you are in a database, for a data entry project, given your exp. with vb6 I would consider using ADO classic and creating a wrapper class that supports your data access requirements.
|