Re: call to stored procedure from dataadapter.fill goes on forever
Posted by: Dannel Albert
Date: April 19, 2007 10:53PM

I have a similar problem. My app is multi-threaded, but all the database stuff is on a single thread (other threads are just for GUI feedback). I thought it might be the query, but I ran a small test with the same query and it filled the dataset just fine. I *think* it may have something to do with databinding, but I'm not sure. It could be a threading bug within MySql though. I remember Reggie saying something about possibly introducing a thread to clear connection status so that MySqlConnection.Open() wouldn't take so long. I've examined the source of MySql Connector 5.0.7 but I forgot to check for this (and my brain is way too fried to do it now) but I will have to see if that's the case. Reggie, can u comment on this?

Options: ReplyQuote


Subject
Written By
Posted
Re: call to stored procedure from dataadapter.fill goes on forever
April 19, 2007 10:53PM


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.