I have an old app using DAO .. and data controls. It is a rather extensive application that I need to migrate to .NET. However the DAO data control is not supported. Moreover the application was writteen poorly as a 1-tier.
Reading the .NET migration suggestions.... it appears to prevent a rewrite... I am going to try to separate the app into 3 tiers (user interface, business logic, data access component) and employ classes for the Data access layer. I will also use ADO objects which is supported in .NET.
Does any one have a sample VB6 app that uses 3 tier.. with all data acces doen thru the class modules? I mean like all the data connections, recordset updates, taking place in the classes... with simple methods?
Reading the .NET migration suggestions.... it appears to prevent a rewrite... I am going to try to separate the app into 3 tiers (user interface, business logic, data access component) and employ classes for the Data access layer. I will also use ADO objects which is supported in .NET.
Does any one have a sample VB6 app that uses 3 tier.. with all data acces doen thru the class modules? I mean like all the data connections, recordset updates, taking place in the classes... with simple methods?