Connector .NET 1.0.22 bug on MySql 4.1.7?
Posted by: Ruxo Zheng
Date: November 24, 2004 10:19AM

The scenario is I just copy a database folder used with MySql 4.0.22 into the folder data of MySql 4.1.7 and run my program, which is compiled with Connector .NET 1.0.2. The program waits indefinitely at the statement:

_daStore.Fill( ds, tableName );

when _daStore is MySqlDataAdapter and ds is just an unnamed dataset. Besides, my CPU meter at task bar shows 100% used by the task mysql-nt... This has not been happend with the same program on MySql 4.0.22 (with the same connector, 1.0.2).

I also find that it'll be problem if the connection is not opened before filling operation (which should not be a problem in normal case). But If I open the connection before filling, the program works fine...

Now, I switch back to MySql 4.0.22 and my program causes no problem. Hope this problem will be cleared soon. ;)

Ruxo

Options: ReplyQuote


Subject
Written By
Posted
Connector .NET 1.0.22 bug on MySql 4.1.7?
November 24, 2004 10:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.