J
Jon
We're taking our VB 6 application, which uses RDO and moving it to .Net 2.0.
We're doing this by recreating each form from the ground up, not using the
upgrade wizard. Our application has about 200 forms and our database has
over 150 tables and about 400 stored procedures. So, it's rather complex
and we use a lot of pretty complex joins, etc....
In our application, there are places where we use RDO Resultsets and loop
through data to populate text boxes and listviews, etc....and there are
other forms where used RDC controls and databinding. We moved away from the
RDC controls after running into lots of oddities and whatnot. New portions
of this app are now written without databinding, which I personally prefer.
We're deciding which route to go with .Net 2.0 and VB.Net...should we give
the databinding route another try with all the nice new control based data
objects or continue to use datareaders and datasets in code manually?
This is more a design question so I'd appreciate people's comments that have
more experience with .Net 2.0's data resources.
Thank you
We're doing this by recreating each form from the ground up, not using the
upgrade wizard. Our application has about 200 forms and our database has
over 150 tables and about 400 stored procedures. So, it's rather complex
and we use a lot of pretty complex joins, etc....
In our application, there are places where we use RDO Resultsets and loop
through data to populate text boxes and listviews, etc....and there are
other forms where used RDC controls and databinding. We moved away from the
RDC controls after running into lots of oddities and whatnot. New portions
of this app are now written without databinding, which I personally prefer.
We're deciding which route to go with .Net 2.0 and VB.Net...should we give
the databinding route another try with all the nice new control based data
objects or continue to use datareaders and datasets in code manually?
This is more a design question so I'd appreciate people's comments that have
more experience with .Net 2.0's data resources.
Thank you