Re: Access to ASP/VB.net converters
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 12 Jan 2006 08:02:23 -0600
"robert d via AccessMonster.com" <u6836@uwe> wrote in
5a3a524d21816@uwe:">news:5a3a524d21816@uwe:
> Not sure yet. I haven't made the pitch yet, but I just have the
> feeling that there consultant is pushing a totally web-based
> solution.
Sounds to me like a straight cost/benefit analysis ought to take
care of it. Setting up a Terminal Server is comparatively easy and
inexpensive (though there are a few little gotchas, like the license
server problems). Rewriting an existing app as a browser-based
application and setting up ASP hosting (which depends on the
incredibly insecure IIS) is going to cost far, far more than
implementing a brand-new Terminal Server, and you're going to lose
functionality and ease of use for very little gain in the way of
administrative centralization and client independence.
> There network solutions are slow, so, correct me if I'm wrong, but
> wouldn't a terminal services solution where the Access front end
> and the SQL Server backend are located on the same server provide
> relatively fast response. . . .
As long as the connection is not so slow that it causes lags in
terminal window response. Given that Remote Desktop works usably
over dialup, that would have to be an extremely slow network
connection.
> . . . Do
> you think it would be faster than an ASP front end?
That's not really a comparable question. A properly designed ASP
front end will be as responsive as any browser-based application,
but all browser-based applications have limitations in comparison to
desktop apps because:
1. the widgets are much more primitive and the events much less
plentiful, AND
2. web apps are stateless. That is, all web apps are basically like
unbound forms in Access.
Both of these have enormous repercussions for user interface design.
You can't just port your Access screens directly to an ASP app --
almost all processes have to be redesigned from scratch to work the
way browser-based apps work.
This kind of thing is very difficult for someone who is accustomed
to programming in Access. I still have major problems designing
browser-based interfaces (I use PHP), because I have to abandon all
my Access-developed instincts for how to model processes and
implement user interaction.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- Access to ASP/VB.net converters
- From: robert d via AccessMonster.com
- Re: Access to ASP/VB.net converters
- From: Bob Alston
- Re: Access to ASP/VB.net converters
- From: robert d via AccessMonster.com
- Re: Access to ASP/VB.net converters
- From: Bob Alston
- Re: Access to ASP/VB.net converters
- From: robert d via AccessMonster.com
- Re: Access to ASP/VB.net converters
- From: David W. Fenton
- Re: Access to ASP/VB.net converters
- From: robert d via AccessMonster.com
- Access to ASP/VB.net converters
- Prev by Date: Re: Add picture to Wrd Doc
- Next by Date: Re: Whut I dew?
- Previous by thread: Re: Access to ASP/VB.net converters
- Next by thread: Maximize form on open
- Index(es):
Relevant Pages
|