G
Garry
WE are doing the big leap.
We have a very large VB6 app, Standalone, Access orientated and we want to
start Re-Writing it in .NET
We make extensive use of code defined and generated memory recordsets which
allow us multiple sort keys with various data types, (Dates etc). And it has
additional methods like Find etc
I have seen no light construct/object in .NET as the DataSet has a lot of
unnecessary baggage. It retains changes.
The app has a complex calculation module which stores the results in a large
memory recordset (300 - 1200 records, 30 to 200 fields) and the constant
accruations and manipulations presumably make a DataSet unsatisfactory
Does anyone have a constructive suggestion???
Reminder - Collections cannot have multiple sort keys.
We have a very large VB6 app, Standalone, Access orientated and we want to
start Re-Writing it in .NET
We make extensive use of code defined and generated memory recordsets which
allow us multiple sort keys with various data types, (Dates etc). And it has
additional methods like Find etc
I have seen no light construct/object in .NET as the DataSet has a lot of
unnecessary baggage. It retains changes.
The app has a complex calculation module which stores the results in a large
memory recordset (300 - 1200 records, 30 to 200 fields) and the constant
accruations and manipulations presumably make a DataSet unsatisfactory
Does anyone have a constructive suggestion???
Reminder - Collections cannot have multiple sort keys.