I would take the time to tier out your project as you are going to have to
rework the binding, esp. from RDO. As for the manual versus object approach,
you can compromise without getting boxed in by using custom components. If I
had to choice between the "dataSource" objects and hand-coding, I would
personally hand code, as the "dataSource" object tightly bind your layers.
Yuck!
Hope this helps.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***********************************************
Think Outside the Box!
***********************************************
"Jon" <ruffles_@msn.com> wrote in message
news:OgWK1L$$(E-Mail Removed)...
> 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
>
|