Re: Open method: Connection unexpectedly terminated
Posted by: Dragan Radovic
Date: December 15, 2006 10:17AM

I've encountered this problem a few times on different applications.

On most accounts the exception was thrown on startup due to an incorrect connection string being built on startup. At one time the server field was blank (server=;).

Another time we found that replacing the MySql dll file fixed the problem. Unsure if it was a version mismatch or a corruption in network transfer.

So I would recommend that you debug to ensure that your connection strings are building properly.

--
"The toughest problems always have the simplest solutions."

Dragan.

Options: ReplyQuote




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.