Re: Getting started VB6 to .Net
- From: "Norman Yuan" <NotReal@xxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 12:31:28 -0700
Be aware that moving VB6 APP to .NET app (whether it is web app or win form
app) most likely means "re-writing". Classical VB is so different from .NET
(#C or VB.NET), especially, when it is database app: ADO.NET is completely
different from ADO in VB6 on concept level (sure, you can still use ADO
(classical) in .NET app, but then why convert it?).
It only makes sense to re-do the app in .NET if you have a long wish list of
improvement for that app and the ROI (return of investment) is worth doing
it.
"Doug T." <DougT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4023E2A7-401A-49F0-826B-3C02B3E26433@xxxxxxxxxxxxxxxx
> OK. Just ordered VS2005 Pro. to make the transition from VB6.
>
> A commercial application needs to be converted from VB6. Currently it is
> a
> multi-formed app that communicates to an many-tabled Access db. Stores
> and
> keeps track of appointments, people, pictures, etc. Also allows two users
> to
> communicate changes to each other using a proprietary db sync (track
> changes
> from user 1, send by email, then user 2 will import the information and
> vise
> versa.)
>
> I think this application just screams ".NET" But here is where I need
> help.
> I anticipate having 100 to 5000 users, each with a few sub-accounts. I
> want
> the sub-accounts to be able to communicate, without seeing other user's
> data.
> Most apps that I see in .Net allow everyone to see all the data. (OK, just
> add a userid and select only these userid records then.) I am sure that
> there are other pitfalls and shortcuts to this. Any comments would be
> appreciated.
>
>
.
- Prev by Date: Re: Installing to GAC using Deployment Project
- Next by Date: Re: Obsolete code in 2005
- Previous by thread: Re: How get info from msi file?
- Next by thread: Handling dates in VB.NET
- Index(es):
Relevant Pages
|