WellsCarrie
Well-known member
If this is not the right place to ask this please let me know....
I have 4 web applications whose primary datasource is located on an AS400 machine. In production I am using
Provider=MSDASQL.1 to connect to the data and first load an ADODB record set that is then transfered to a .net datatable object. I am doing it this way because only 80% of the final data is in the AS400 the rest is on excel spread sheets and our oracle db.
My problem is that the loading of data from the AS400 can take up to 10 minutes if the user is trying to pull large quanities of data (30 days worth of records verus a single day's worth for instance).
My development machine has the odbc connection set through Rumba and the production machine has it set through Client Access ODBC Driver (32 bit). Both are equally slow.
Any one have any suggetions on speeding things up? I am open to trying anything.
Thanks!
I have 4 web applications whose primary datasource is located on an AS400 machine. In production I am using
Provider=MSDASQL.1 to connect to the data and first load an ADODB record set that is then transfered to a .net datatable object. I am doing it this way because only 80% of the final data is in the AS400 the rest is on excel spread sheets and our oracle db.
My problem is that the loading of data from the AS400 can take up to 10 minutes if the user is trying to pull large quanities of data (30 days worth of records verus a single day's worth for instance).
My development machine has the odbc connection set through Rumba and the production machine has it set through Client Access ODBC Driver (32 bit). Both are equally slow.
Any one have any suggetions on speeding things up? I am open to trying anything.
Thanks!