vb app to load file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AHartman

    #1

    vb app to load file

    I have a vb6 app that processes a fixed length text file and loads to
    Sql2000 table. How can I upgrade that to dotnet and will it have any
    problems talking(ODBC) to the Sql2000 DB?


    How do I convert it?


    Thanks...

  • PvdG42

    #2
    Re: vb app to load file

    "AHartman" <Hoosbruin@Kcon line.comwrote in message
    news:jIqdnV4aDq rJg_DanZ2dnUVZ_ u2mnZ2d@kconlin e.com...
    >I have a vb6 app that processes a fixed length text file and loads to
    >Sql2000 table. How can I upgrade that to dotnet and will it have any
    >problems talking(ODBC) to the Sql2000 DB?
    >
    >
    How do I convert it?
    >
    >
    Thanks...
    I'm answering this making the assumption that you intend using Visual Studio
    2005 or 2008...
    Open your project in either VS 2005 or VS 2008. The Visual Basic Upgrade
    Wizard will automatically start. Follow the prompts to get a converted
    project in a new folder and a report that will tell you what you must do,
    manually, to complete the conversion. Note: the wizard need to be run on a
    computer where *both* VB 6 and the applicable version of VS are installed.
    Once you've run the wizard and read the report, if you have additional
    questions, return here. If you post again, please provide all pertinent
    details.

    Comment

    Working...