SQL Server Express Backend - Access Forms Front end

  • Thread starter Jorge via AccessMonster.com
  • Start date
J

Jorge via AccessMonster.com

I've done a little research on the SQL Server Express. Do you know if I will
have any problems or limitations using SQL Server Express as the backend
database tables and using MS Access as the front end? all on the network.

This will have 75+ concurrent users nationwide that will use the network from
their laptops to access the database.

Please, your thoughts and advice...

Thanks,
Jorge
 
S

Sylvain Lafontaine

It will works but users won't scream because the system is too fast. This
is more a problem about Access and the network than about SQL-Server
Express.

Excerpt for the most simple cases, the usual solution for going over the WAN
(instead of a local LAN) is to use Terminal Server (TS) or anything else
than Access with ODBC linked tables. If you know how to do it, using ADP or
passthrough queries will give you a much better performance than linked
tables but the best in my opinion would be to use either TS, ASP.NET or .NET
Winforms.

Finally, if you are not using ADP, this is not the right newsgroup for this
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top