|
-
Nov 15th, 2005, 02:04 PM
#1
Thread Starter
New Member
?Tools for upgrade from vb6/access to NET?
I have an application which was developed in VB6.0. It accesses data in an approx. 300,000 kb access 2000 database. It is a read only application. It is currently running on a network. I would like to change it to a web application so that people can query the database from where ever they are located. I have no NET programming experience but want to learn. Please can you advise me on the best tools to use. Thanks.
-
Nov 15th, 2005, 08:25 PM
#2
Re: ?Tools for upgrade from vb6/access to NET?
Visual Studio has a wizard that will update VB6 code to VB.NET, but its results are highly questionable, and it will still only create a Windows app. If you want to create a Web app then you'll have to basically start from scratch. The first step is to learn HOW to code in ASP.NET. I'd say don't even touch your existing app until you've practiced on some other more basic projects to hone your skills. There are various resources in my signature that you would find useful, but I would suggest that you get yourself a good book. The Teach Yourself X in 21 Days series from Sams is good for beginners, but if you have experience with other languages you may find the wording a little patronising. Also, if you are coming from a non-OO background then the switch to OOP will strain your head a little at first. That is something to focus on. Finally, note the link in my signature to the free Express versions of Visual Basic 2005 and Visual Web Developer 2005, which you should definitely download, unless you already have, or intend to pay for, a better version.
Edit:
I also strongly recommend downloading the Microsoft code samples (see my sig) and looking through them for demonstrations of concepts you are interested in.
Last edited by jmcilhinney; Nov 15th, 2005 at 08:34 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|