![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got a non-profit organization looking to develop an application accessible to many people in different cities Non-profit doesn't mean pennyless, but in this economy, cost is a concern So I can create a php/asp/mysql application deployed on web server for $10-30 / month But there's a learning curve and I'm not sure the development tools are as powerful as ms-access Or I can create an access2007 application deployed on a terminal server accessible from web ? Are there other terminal server solutions other than citrix ? Or I can create an access2010 application using web forms, and deploy it via sharepoint But from a recent post, it seems a sharepoint server is expensive to deploy Are there web hosting sites that support sharepoint ? Are there any other approaches / solutions ? |
#3
| |||
| |||
|
|
On Fri, 27 Aug 2010 01:45:30 -0700 (PDT), Roger lesperan... (AT) natpro (DOT) com> wrote: A web application may be best. You don't have to implement it yourself; there are plenty of developers who can do this. Microsoft Lightswitch is a new tool with interesting capabilities. In addition to Citrix, you have Windows Terminal Server. On good hardware it can support several dozen users. The route via Access forms on Sharepoint still seems a bit fragile to me. -Tom. Microsoft Access MVP I've got a non-profit organization looking to develop an application accessible to many people in different cities Non-profit doesn't mean pennyless, but in this economy, cost is a concern So I can create a php/asp/mysql application deployed on web server for $10-30 / month But there's a learning curve and I'm not sure the development tools are as powerful as ms-access Or I can create an access2007 application deployed on a terminal server accessible from web ? Are there other terminal server solutions other than citrix ? Or I can create an access2010 application using web forms, and deploy it via sharepoint But from a recent post, it seems a sharepoint server is expensive to deploy Are there web hosting sites that support sharepoint ? Are there any other approaches / solutions ? |
#4
| |||
| |||
|
|
The lowest cost cost, and perhaps highest performance, solution will likely be MS Terminal Services. |
#5
| |||
| |||
|
|
timmg <tmillsgronin... (AT) gmail (DOT) com> wrote innews:abe8e9b4-7f78-4a0e-9ebe-42c516518ade (AT) y11g2000yqm (DOT) googlegroups.co m: The lowest cost cost, and perhaps highest performance, solution will likely be MS Terminal Services. I would second this assessment. But whether it's practical or not depends on the number of users. If you've got 30, not so much of a problem. If you've got 500, it's a much bigger deal. Writing a web-based front end is not trivial. To entirely replicate the functionality of an Access app of even moderate complexity will take as much as 3 to 4 times as much time, even with a developer experienced in the chosen web platform. On the other hand, if you really only need to roll out a small part of the functionality of the Access app, that can work very well. Because of pricing, Sharepoint deployment of A2010 web databases is a non-starter for anything but large corporations or organizations willing to spend on monthly subscriptions of $5-10 per user for hosted services. -- David W. Fenton * * * * * * * * *http://www.dfenton.com/ contact via website only * *http://www.dfenton.com/DFA/ |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I've got a non-profit organization looking to develop an application accessible to many people in different cities Non-profit doesn't mean pennyless, but in this economy, cost is a concern So I can create a php/asp/mysql application deployed on web server for $10-30 / month But there's a learning curve and I'm not sure the development tools are as powerful as ms-access Or I can create an access2007 application deployed on a terminal server accessible from web ? Are there other terminal server solutions other than citrix ? Or I can create an access2010 application using web forms, and deploy it via sharepoint But from a recent post, it seems a sharepoint server is expensive to deploy Are there web hosting sites that support sharepoint ? Are there any other approaches / solutions ? Just to be clear, I don't like asp.Net but it is effective and I use it and it impresses the hell out of clients. |
#8
| |||
| |||
|
|
"lyle fairfield" <lyle.fairfi... (AT) gmail (DOT) com> wrote in message news:930490f8-5d84-45f0-aa1b-efc3d33e1a05 (AT) f6g2000yqa (DOT) googlegroups.com... On Aug 27, 4:45 am, Roger <lesperan... (AT) natpro (DOT) com> wrote: I've got a non-profit organization looking to develop an application accessible to many people in different cities Non-profit doesn't mean pennyless, but in this economy, cost is a concern So I can create a php/asp/mysql application deployed on web server for $10-30 / month But there's a learning curve and I'm not sure the development tools are as powerful as ms-access Or I can create an access2007 application deployed on a terminal server accessible from web ? Are there other terminal server solutions other than citrix ? Or I can create an access2010 application using web forms, and deploy it via sharepoint But from a recent post, it seems a sharepoint server is expensive to deploy Are there web hosting sites that support sharepoint ? Are there any other approaches / solutions ? Just to be clear, I don't like asp.Net but it is effective and I use it and it impresses the hell out of clients. To be fair, there is no migration path for the Access developer to ASP.NET.- Hide quoted text - - Show quoted text - |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
But the Access developer will already have many skills that can be used with asp.Net: 1. VB can be used both for coding, and further afield in SQL Server functions. VB is very little different from VBA; 2. The preferred methods for displaying and editing data are dependent on objects; the Access Developer is *likely to already be familiar with objects; 3. The tool for interacting with data can be T-SQL; while it's very powerful, perhaps more powerful than that used with JET/ACE, it's also quite similar. Aiding the Access Developer in asp.Net development are MS's tools, Visual Web Developer and SQL Server Management Studio; both are highly enhanced with a very powerful intellisense. SELECT [I_can't_remember_the_field_name] FROM [How_did_I_spell_that_table]? As soon as you enter FROM you will have a pull-down of tables, and as soon as you choose a table you will have a pull down of fields. Intellisense works perfectly with aliases as well. One of the things I like best about asp.Net is that I can specify Select, Update, Insert and Delete SQL for Forms. and thus save only the fields the user is editing. I think this can minimize conflicts among multiple users. If I am editing name and you are editing address there is no need for me to save ever any part of address, even though it is shown on my form; I can reflect this in my Update SQL and thus, not screw up any address changes you make. On Aug 31, 7:26*am, "mbyerley" <mDotByerley@VerizonDottieNettie wrote: To be fair, there is no migration path for the Access developer to ASP.NET.- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |