![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Let's say you have a web hoster that supplies SQL Server. Can Access link to the SQL server on the hosting site and use the database? |
#3
| |||
| |||
|
|
Let's say you have a web hoster that supplies SQL Server. Can Access ink to the SQL server on the hosting site and use the database? |
#4
| |||
| |||
|
|
?"Salad" wrote in message news:6b-dnTFDtYExm37RnZ2dnUVZ_oadnZ2d (AT) earthlink (DOT) com... Let's say you have a web hoster that supplies SQL Server. Can Access ink to the SQL server on the hosting site and use the database? The answer's yes and I've been doing this for a number of years. However I should probably point out that there is a distinctive difference between using the general term cloud computing as oppose to as purchasing some hosted services. So today the popular press is using cloud computing in this sense of the resources you're going to use are going to be shared among many many people. (however I will leave the semantics and differences between these two terms for another day). Access can link to SQL server on the hosting site if the particular provider you're going to allows such an arrangement. So not all providers allow certain ports and ODBC connections to occur to database system running on their servers. However, it a lot of cases they do since this means you can use the SQL server management tools to remotely administer that database, and is another advantage is such as allowing client based applications like access to use that server an back end or to often pull down data from that SQL server running on the hosting site on a regular basis such as gathering up some survey data over a period of time for example. Also access 2010 also has baked into it support for what we call the Azure addition of SQL server. In another words there is an addition a SQL server that specifically written for the cloud based operating system from Microsoft called azure (azure is the name of this new cloud based operating system). Once again you can purchase SQL server resources that run on this Azure OS in this way, and you don't even need to purchase web hosting in this manner. I believe prices started $10.00 per month for 1 GB database with sql running on the Azure operating system. However there are additional details such as bandwidth issues that you'll have to look up for pricing, I don't have those numbers handy right now. So regardless you're going to consume resources from a cloud based operating systems such as azure, or you're going to go to some web hosting provider that allows you to directly connect to their database server running, these are most certainly two possibilities As I've noted, I been deploying access applications for a number of years and have been using a web provider that comes with hosted SQL server and it allows odbc connecitons. The beauty is is then any laptop within the organization can simply install my software and it's simply runs anywhere they have an Internet connection, including the local coffee shop. I never have to worry about where the back end is, or who has a server, or whenever, they just simply install my software and are all online at the same time. About the only issue in this setup is you of course have to write your software quite carefully to be very bandwidth friendly because you're using an Internet connection which is often many times slower than the typical Office Network connection you have. Thanks for the reply, Albert. How is the speed of the app? Is there |
#5
| |||
| |||
|
|
How do you distribute updates to the FE system? I wonder if Tony's AutoFE could be used to DL the most current update from a central location. |
#6
| |||
| |||
|
|
How is the speed of the app? Is there degradation or are the responses acceptable? |
|
Can you make a table modification while the app is used? For example, let's say you have a customer table. You want to add the field DateCustAdded. Can that be updated while the system is being used? |
#7
| |||
| |||
|
|
Can you make a table modification while the app is used? |
#8
| |||
| |||
|
|
Thanks for the reply, Albert. How is the speed of the app? Is there degradation or are the responses acceptable? Can you make a table modification while the app is used? For example, let's say you have a customer table. You want to add the field DateCustAdded. Can that be updated while the system is being used? How do you distribute updates to the FE system? I wonder if Tony's AutoFE could be used to DL the most current update from a central location. |
![]() |
| Thread Tools | |
| Display Modes | |
| |