Hi there,
I have developed a reporting utility that will need to be installed on different systems and platforms.
Because the database may be either MsSQL or MySQL I wanted to give users a chance to specify a DSN, username and password and fire it up.
Now if I use odbc_connect() with MSSQL server it performs considerably faster than MySQL. Sometimes MySQL stops executing the query and times out (after 30 sec).
I tried to use mysql_connect() and it performs faster than MSSQL, as I expected.
Is there any issue about ODBC and MySQL that I am not aware of?
thank you.
Qatqat
Life is what happens when you are making other plans.
I have developed a reporting utility that will need to be installed on different systems and platforms.
Because the database may be either MsSQL or MySQL I wanted to give users a chance to specify a DSN, username and password and fire it up.
Now if I use odbc_connect() with MSSQL server it performs considerably faster than MySQL. Sometimes MySQL stops executing the query and times out (after 30 sec).
I tried to use mysql_connect() and it performs faster than MSSQL, as I expected.
Is there any issue about ODBC and MySQL that I am not aware of?
thank you.
Qatqat
Life is what happens when you are making other plans.