In your opinion, would you say that accessing a database on a SQL server using VB & ADO is an efficient combination to base a 50+ concurrent user database on.
The VB client would establish a connection with ADO and open and modify recordsets depending on user input (employee database type thing).
So... would YOU say that this is fine or is there a better way to accomplish this?