migrating vb6 code using adodb

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGV0ZXI=?=

    migrating vb6 code using adodb

    I am involved in migrating a sizeable vb6 application to vb.net but don't
    want to add the extra complexity of migrating adodb to ado.net. Is this a
    sensible approach and if not what are the drawbacks?
  • Norman Yuan

    #2
    Re: migrating vb6 code using adodb

    There isn't a something/tool that can reasonablly good enough to convert a
    real, sizeable VB6 app to a good .NET app (win form app or web app?). Most
    likely the conversion means total re-writing after all. So, if you
    converting/rewriting, why not doing it the .NET way? If I were you, I'd
    either not do it at all, or do it the .NET way, if the app is important to
    the business enough that is worth the converting, I mean, re-writing.


    "Peter" <Peter@discussi ons.microsoft.c omwrote in message
    news:E8C8D43C-EBFA-483B-8385-951C28F2A044@mi crosoft.com...
    >I am involved in migrating a sizeable vb6 application to vb.net but don't
    want to add the extra complexity of migrating adodb to ado.net. Is this a
    sensible approach and if not what are the drawbacks?

    Comment

    Working...