I currently have a large database in Access 2000 that is beginning to give hints of not being able to manage the 15-20 concurrent users and the hundreds of thousands of records it contains.
I am looking at converting the database to a true client/server architecture. Since I'm familiar with Access programming, I've thought about making the database an Access project file (instead of a .mdb file) and convert the existing tables to Microsoft SQL Server 2000.
Though Access can interact with SQL 2000 directly I was thinking that creating a truly modular design by implementing n-tier architecture might be better as I want to be able to create data access to the SQL Server data via the web in the future.
Since Access would be the client (and would call the middle tier functions/stored procedures?) and SQL Server would contain the data, what would I use to best create the middle tier containing the business logic? I've talked with people who have used VB 6 to create a COM object, but since I'm not altogether familiar with this I just thought some of you experts out there could give some advice. Also, if you have any references on the web you could suggest, I would appreciate it.
Thanks!
GLGCAG
I am looking at converting the database to a true client/server architecture. Since I'm familiar with Access programming, I've thought about making the database an Access project file (instead of a .mdb file) and convert the existing tables to Microsoft SQL Server 2000.
Though Access can interact with SQL 2000 directly I was thinking that creating a truly modular design by implementing n-tier architecture might be better as I want to be able to create data access to the SQL Server data via the web in the future.
Since Access would be the client (and would call the middle tier functions/stored procedures?) and SQL Server would contain the data, what would I use to best create the middle tier containing the business logic? I've talked with people who have used VB 6 to create a COM object, but since I'm not altogether familiar with this I just thought some of you experts out there could give some advice. Also, if you have any references on the web you could suggest, I would appreciate it.
Thanks!
GLGCAG