Hi,
I'm currently developing a VS .NET application with C#. The program, run on Windows, needs to access MySQL which is installed on a linux machine (MySQL 4.0.15a & RedHat 7.2).
I connect MySQL thru ODBC (driver 3.51) and use C#'s system.data.odbc namespace to implement. And the program select about 700 rows from a 100,000 rows table.
However, the performance differs when I ran the same program on both Win2k and WinXP machines. The response is about 1 second for Win2k but about 10 seconds for WinXP.
Are there any VS .NET experts out there to solve this problem?
Thanks in advanced.
Peter
I'm currently developing a VS .NET application with C#. The program, run on Windows, needs to access MySQL which is installed on a linux machine (MySQL 4.0.15a & RedHat 7.2).
I connect MySQL thru ODBC (driver 3.51) and use C#'s system.data.odbc namespace to implement. And the program select about 700 rows from a 100,000 rows table.
However, the performance differs when I ran the same program on both Win2k and WinXP machines. The response is about 1 second for Win2k but about 10 seconds for WinXP.
Are there any VS .NET experts out there to solve this problem?
Thanks in advanced.
Peter