C
Charles A. Lackman
Hello,
I have an application that is using ODBC drivers that are eating VERY Large
amounts to computer resources when performing queries against a database.
When the application first starts the query is performed at an acceptable
rate, but after the first query if another one is performed it can take up
to 30 minutes to return 31,000 records.
The ODBC Connection and Objects are being closed and/or destroyed each time
a query is finished. When I look at the Driver Log File I see that about
100 or more files and multiple processes are attached to the driver when it
starts.
Is there a way, that when the user selects a new search criteria, that the
application terminates and then restarts itself?
If so, is there a way in VB.NET code (in a click event) to cause this to
happen?
Thanks,
Chuck
I have an application that is using ODBC drivers that are eating VERY Large
amounts to computer resources when performing queries against a database.
When the application first starts the query is performed at an acceptable
rate, but after the first query if another one is performed it can take up
to 30 minutes to return 31,000 records.
The ODBC Connection and Objects are being closed and/or destroyed each time
a query is finished. When I look at the Driver Log File I see that about
100 or more files and multiple processes are attached to the driver when it
starts.
Is there a way, that when the user selects a new search criteria, that the
application terminates and then restarts itself?
If so, is there a way in VB.NET code (in a click event) to cause this to
happen?
Thanks,
Chuck