P
pnutjell-googlegroup
Hi all,
I wrote a VB3/Access 2.0 app way back in '94. User would like to
upgrade such that the application no longer relies on outdated
software.
The application is: single user..... very simple database, just a
couple of tables..... lots of old DAO code.. compatibility layer... a
few VBX's.
Goal is to migrate such that same app functionality is available.
I'm proposing, in this order:
1. Access front end, JET backend, DAO.
Pro: faster developement
Con: rumors of DAO's demise
2. Access front end, SQL Express, ADO
Pro: no longer have to worrry about rumors of DAO's demise
Con: ADO's rumors of demise
3. VB.Net front end, SQL Express backend, ADO.Net.
Pro: Many healthy years ahead for these tools
Con: steeper learning curve, slower dev
Thoughts? Thank you....
I wrote a VB3/Access 2.0 app way back in '94. User would like to
upgrade such that the application no longer relies on outdated
software.
The application is: single user..... very simple database, just a
couple of tables..... lots of old DAO code.. compatibility layer... a
few VBX's.
Goal is to migrate such that same app functionality is available.
I'm proposing, in this order:
1. Access front end, JET backend, DAO.
Pro: faster developement
Con: rumors of DAO's demise
2. Access front end, SQL Express, ADO
Pro: no longer have to worrry about rumors of DAO's demise
Con: ADO's rumors of demise
3. VB.Net front end, SQL Express backend, ADO.Net.
Pro: Many healthy years ahead for these tools
Con: steeper learning curve, slower dev
Thoughts? Thank you....