A
Addict
Guest
I presently have four databases running on our network. The front end is on the local machines and the backends are on the server. I'm presently using Jet Engine. For each of the databases, the users range from 5 to 30. I believe there wouldn't be any more then 5 simutaneous users on the largest database. Backend sizes range from 4-11 MB.
I have to provide the database to a few remote sites. Any ideas on the best way to provide access to the database without killing the 1Mbps connection. I believe access pulls the whole database across the wire, not just the requested information.
Would it be worth moving to MSDE, in which all the work is done on the server and only the required data is sent across the wire?
If I were to use MSDE, does the "5 concurrent work loads" apply to the program or to each database?
Any other recommendations for backends? MYSQL? No money for MS SQL 2000!
thanks
Addict
I have to provide the database to a few remote sites. Any ideas on the best way to provide access to the database without killing the 1Mbps connection. I believe access pulls the whole database across the wire, not just the requested information.
Would it be worth moving to MSDE, in which all the work is done on the server and only the required data is sent across the wire?
If I were to use MSDE, does the "5 concurrent work loads" apply to the program or to each database?
Any other recommendations for backends? MYSQL? No money for MS SQL 2000!
thanks
Addict