G
Garry
I am rebuilding/rewriting a VB6 desktop application in VB.NET.
As a strategy, I am loading a complete SQLCE database file into a DataSet,
manipulating the data in various tables and 'pouring' the data including any
changes, back to the database file when the user closes the app.
There will also be a facility to 'time' updating the file according to the
users requirement. Default every 15 mins.
Can anyone see any basic defect in this strategy. Remember, it is a desktop
application. Single user
I already have the prototype up and working without the timer facility and
want to hear any constructive critical comments.
The performance seems good, actually fantastic, but I have not implemented
massive updates yet and I understand that the dataadapter only update those
rows which have been changed..
Database files will rarely be more than 2 MB and mostly about 800 K
Garry
As a strategy, I am loading a complete SQLCE database file into a DataSet,
manipulating the data in various tables and 'pouring' the data including any
changes, back to the database file when the user closes the app.
There will also be a facility to 'time' updating the file according to the
users requirement. Default every 15 mins.
Can anyone see any basic defect in this strategy. Remember, it is a desktop
application. Single user
I already have the prototype up and working without the timer facility and
want to hear any constructive critical comments.
The performance seems good, actually fantastic, but I have not implemented
massive updates yet and I understand that the dataadapter only update those
rows which have been changed..
Database files will rarely be more than 2 MB and mostly about 800 K
Garry