vb app to load file

  • Thread starter Thread starter AHartman
  • Start date Start date
A

AHartman

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...
 
AHartman said:
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.
 
Back
Top