![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From a desktop Access 2010 application? The database would be an Access 2010 ACCDB or SQL Server or MySQL (most likely Access). |

#3
| |||
| |||
|
|
From a desktop Access 2010 application? The database would be an Access 2010 ACCDB or SQL Server or MySQL (most likely Access). |

#4
| |||
| |||
|
|
On 25/05/2012 21:01, PW wrote: From a desktop Access 2010 application? The database would be an Access 2010 ACCDB or SQL Server or MySQL (most likely Access). Have you seen this? http://dev.mysql.com/doc/refman/5.1/...-linked-tables I've just done a similar thing with FMP on my Mac at home, and it works brilliantly. Can't vouch for Access, but I can't see why it wouldn't work well, too. ![]() -Jen |
#5
| |||
| |||
|
|
The problem is, that's going to be really, really slow. "Jen P." wrote in message news:Oiu*ZZm8t (AT) news (DOT) chiark.greenend.org.uk... On 25/05/2012 21:01, PW wrote: From a desktop Access 2010 application? The database would be an Access 2010 ACCDB or SQL Server or MySQL (most likely Access). Have you seen this? http://dev.mysql.com/doc/refman/5.1/...-linked-tables |
#6
| |||
| |||
|
|
From a desktop Access 2010 application? The database would be an Access 2010 ACCDB or SQL Server or MySQL (most likely Access). I am just trying to think of a way to synchronize availability between the desktop and a website. On another note, we just had someone put our 2010 application (as is) using Amazon Web Services and it worked great (except for printing reports, so far)! That was cool to see. -paulw |
#7
| |||
| |||
|
|
"Danny J. Lesandrini" wrote in message news:IWJwr.397999$Xo4.346709 (AT) en-nntp-13 (DOT) dc1.easynews.com... The problem is, that's going to be really, really slow. -- Danny Lesandrini www.lesandrini.com/datafast/ |
#8
| |||
| |||
|
|
"Danny J. Lesandrini" wrote in message news:IWJwr.397999$Xo4.346709 (AT) en-nntp-13 (DOT) dc1.easynews.com... The problem is, that's going to be really, really slow. -- Danny Lesandrini www.lesandrini.com/datafast/ If you optimize the application to only pull records required into forms, then performance can be more then acceptable. I been doing this setup for many years with some of my applications. I distribute the FE to customers, but I host the data on SQL server that running on one of my ISP's While you can't place a mdb back end and use that over a WAN, using SQL server as the back end dramatically changes things. So well written applications that don't pull unnecessary records over the internet work very well with a SQL server back end. I find that in some cases the setup works as well or even better then a split FE/BE on a typical office network if efforts are made to optimize the application for SQL server. I mention this idea of using SQL server as a possible solution in the following article of mine: http://www.kallal.ca//Wan/Wans.html |
#9
| |||
| |||
|
|
"Danny J. Lesandrini" wrote in message news:IWJwr.397999$Xo4.346709 (AT) en-nntp-13 (DOT) dc1.easynews.com... The problem is, that's going to be really, really slow. -- Danny Lesandrini www.lesandrini.com/datafast/ |
#10
| |||
| |||
|
|
Albert: This is very true and is a good idea where it's planned for. I suppose each time I've tried it, I've simply used the app as-is, without specifically engineering it for the latency. -- Danny Lesandrini www.lesandrini.com/datafast/ "Albert D. Kallal" wrote in message news:rDOzr.10535$gS5.2118 (AT) newsfe04 (DOT) iad... "Danny J. Lesandrini" wrote in message news:IWJwr.397999$Xo4.346709 (AT) en-nntp-13 (DOT) dc1.easynews.com... The problem is, that's going to be really, really slow. -- Danny Lesandrini www.lesandrini.com/datafast/ If you optimize the application to only pull records required into forms, then performance can be more then acceptable. I been doing this setup for many years with some of my applications. I distribute the FE to customers, but I host the data on SQL server that running on one of my ISP's While you can't place a mdb back end and use that over a WAN, using SQL server as the back end dramatically changes things. So well written applications that don't pull unnecessary records over the internet work very well with a SQL server back end. I find that in some cases the setup works as well or even better then a split FE/BE on a typical office network if efforts are made to optimize the application for SQL server. I mention this idea of using SQL server as a possible solution in the following article of mine: http://www.kallal.ca//Wan/Wans.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |