Newbie converting app to dot net - Architecture questions.

E

Eric

Hi, I'm about to start migrating a system and have some questions. I'm just
starting with dot net, so some may be silly. . .

My current application is a vb6 front end and an access database split into
an app.mdb and data.mdb. We have been using pocket access for pocketPC data
entry. We only have several users, rarely concurrently. Most data is input
by one or more pocketpc devices. I'd like to run this on a new XP home/pro
box, but don't really want to spend the money for sql server or IIS, etc.
Really, I'm doing this to update the handhelds, as the pocketaccess is
obsolete.

I will probably install a wi fi network.

I'm thinking of migrating the data from access to sql server, and attach it
to the app.mdb, theoretically, I can continue using my vb6 app and app.mdb
this way - right? Maybe I would update this to .net at a later time. Do I
need SQL server for this, or just the desktop edition?

The handheld is more of a question for me. Can I use SQLCE with the desktop
edition of SQL server? License cost? Should I use web services?
Remoting? Do I need IIS? Does that mean I need Windows Server? I am not
anticipating high load or a lot of users. The max for the foreseeable
future is really 3 users. . . and not much data throughput.

Comments on good books and/ or sample code to get started? I assume I will
get VS.Net Pro?

Thanks.

e
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top