I am using Access 2000-ADO 205-Jet4 combination for my data retrieval from a table of nearly 240800 records and the table size will be nearly 30341300 total. I am using a database with only one table due to the size limit and other transactions are with other database. Running this under a Win2000 platform.
This is a table which using to store data for each customer for each Hour for the whole Year. Primary key is a combination 5 fields.
Here the problem is when I try to plot the daily values in an MSHFlex Grid, by taking average value of 24 hrs., for a period of 8 days for a set of customers, the process is taking nearly 15 minutes.
Here I can't use "adCmdTableDirect" in the ADO connection string as I need to specify some condition through SQL. Hence using "adCmdText".
Here rst.index is not working(showing error like provider not supported).
How can I make the process faster?
How can i use CacheSize property? Any body please help me with some Code sample.
Any body please help me, very urgent, about to show a Demo next day.
This is a table which using to store data for each customer for each Hour for the whole Year. Primary key is a combination 5 fields.
Here the problem is when I try to plot the daily values in an MSHFlex Grid, by taking average value of 24 hrs., for a period of 8 days for a set of customers, the process is taking nearly 15 minutes.
Here I can't use "adCmdTableDirect" in the ADO connection string as I need to specify some condition through SQL. Hence using "adCmdText".
Here rst.index is not working(showing error like provider not supported).
How can I make the process faster?
How can i use CacheSize property? Any body please help me with some Code sample.
Any body please help me, very urgent, about to show a Demo next day.