I wrote a compicated app many years ago that uses a Jet database originally made with MSAccess2000.
The main table has about 60000 rows of 30 columns and has to be read about 10 times a second. It currently only take about 100th sec for each read at the moment on a fast computer.
The user now want to adopt a more 'modern' database while still using the vb6 application with modifications (even though I suspect it wont go any faster). He doesn't want to completely rewrite the app at this stage but may do so in the future, keeping only the database.
I think he wants to be able to maintain the information in the database data well into the future and have it able to be used by more 'modern' applications well after I am dead!
What alternative database would you suggest and how do I go about modifying my app? SQL type hopefully? Can you suggest any links or threads that might help?
My app uses OpenDatabasel OpenRecordset and dbOpenDynaset expressions extensively in the usual way.
Some datagrids for examining tables have datasources connected in software (not ADODC controls).
I also need to be able dynamically add columns to tables and fill then with data, currently done with execute SQL statements.
Thanks in anticipation.
The main table has about 60000 rows of 30 columns and has to be read about 10 times a second. It currently only take about 100th sec for each read at the moment on a fast computer.
The user now want to adopt a more 'modern' database while still using the vb6 application with modifications (even though I suspect it wont go any faster). He doesn't want to completely rewrite the app at this stage but may do so in the future, keeping only the database.
I think he wants to be able to maintain the information in the database data well into the future and have it able to be used by more 'modern' applications well after I am dead!
What alternative database would you suggest and how do I go about modifying my app? SQL type hopefully? Can you suggest any links or threads that might help?
My app uses OpenDatabasel OpenRecordset and dbOpenDynaset expressions extensively in the usual way.
Some datagrids for examining tables have datasources connected in software (not ADODC controls).
I also need to be able dynamically add columns to tables and fill then with data, currently done with execute SQL statements.
Thanks in anticipation.