Re: Updating an old application
- From: RonG <RonG@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Sep 2008 08:25:02 -0700
Hi Norman,
Thanks for the response. So, I could, for example, convert the database
from Access to SQLServer, and then recode the system using one of the .Net
languages. Is it possible, do you think, to convert AccessVBA into VB.Net
through some sort of migration that might convert some, but probably not all,
of the code?
I'll also have to learn more about deploying SQLServer in these
environments. Is SQLServer supported on the MacOS?
Thanks again for your thoughts.
Ron
"Norman Yuan" wrote:
The choice is obvious:.
Access only runs on Windows desktop, it does not run on Mac (unless you use
Wndows emulator), nor be used via the Internet. If you re-write it as .NET
desktop, it is still Window only. No other OS runs .NET on user end.
If you want to make it a web app, so that users with Win/Mac can access it
vis web browser, then you need to throw away whatever the current Access app
has and re-write the whole thing, be it .NET web app or Java or some other
technologies.
"RonG" <RonG@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EA3E0B68-B92C-475F-8947-73A17DC70F80@xxxxxxxxxxxxxxxx
Hi,
I'm in the process of inheriting an application written to use Access97
and
the Access97 runtime. It's a mature application with a ton of
functionality,
but it does need to be brought forward. My goal is to re-architect the
system so that it can run on PCs, Macs, or the Web. I *think* I should be
moving the system into the .Net environment, but I'm unclear as to what
options I really have, short of a full re-write, which I'm not opposed to
doing. I understand that the Mac will not be supported by .Net (as far as
I
know) but could be by using something like the mono project. I'm also not
opposed to completely changing platforms, ie, Java/MySQL/PHP, but this is,
after all, the Microsoft Developer's forum :-)
I think what I'm shooting for is a common database layout with common
logic
components, but with independent front ends depending on the platform.
Anyway, any thoughts you might have on this would be greatly appreciated.
Also, if this question is more appropriate to another group, some
direction
would be appreciated on that as well.
Thanks and have a good day.
Ron
- Follow-Ups:
- Re: Updating an old application
- From: Norman Yuan
- Re: Updating an old application
- References:
- Updating an old application
- From: RonG
- Re: Updating an old application
- From: Norman Yuan
- Updating an old application
- Prev by Date: Re: Updating an old application
- Next by Date: Refactoring and performance
- Previous by thread: Re: Updating an old application
- Next by thread: Re: Updating an old application
- Index(es):
Relevant Pages
|
Loading