all groups > vb.net upgrade > september 2004 >
You're in the

vb.net upgrade

group:

Reg Vb6 to VB.NET Migration


Reg Vb6 to VB.NET Migration Dinesh
9/13/2004 3:51:08 AM
vb.net upgrade: Hi,
I need to migrate a VB6 application to VB.NET appliaction(Sql Server backend)
Pls give me some links where can i get resources,
what r the things need to considered before and after migration
any links and pointers???

many thanks
Re: Reg Vb6 to VB.NET Migration hirf-spam-me-here NO[at]SPAM gmx.at
9/13/2004 1:03:01 PM
* =?Utf-8?B?RGluZXNo?= <Dinesh@discussions.microsoft.com> scripsit:
[quoted text, click to view]

You will find some material here:

Micrososoft Visual Basic Code Advisor
<URL:http://msdn.microsoft.com/library/en-us/dnvb600/html/vb6_FixItRuleTool.asp>

Papers and information on migration:

<URL:http://msdn.microsoft.com/vbasic/using/migrating/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
Re: Reg Vb6 to VB.NET Migration Cor Ligthert
9/14/2004 11:53:39 AM
Dinesh,

In my opinio is the most important decission you have to make when you ask
this in connection to your database is if you stay with AdoDb or go to
ADONET. The last is a complete different approach because it handles
disconnected dataset (those holds datatables which you can compare with
recordsets you are probably using now).

The disconnection means as well that you than have to handle your
concurrency in another way.

However important is how you did use at the moment your database in your UI
(forms), that can make the big difference.

Good newsgroups for your problems can be
Microsoft.public.dotnet.languages.vb (when you are going on and it is not
only conversion)
Microsoft.public.dotnet.framework.adonet (to get a deeper opinion as well
about this problem)
Microsoft.public.data.adodb (a small newsgroup with mostly the same persons
as above).

Just to give some ideas,

Cor

"Dinesh" <Dinesh@discussions.microsoft.com>
...
[quoted text, click to view]

AddThis Social Bookmark Button