SSH vs DB connection error = device freeze

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
GuTyKa
Posts: 2
Joined: Fri 21 Sep 2007 03:21

SSH vs DB connection error = device freeze

Post by GuTyKa » Fri 21 Sep 2007 03:44

Hi!

I've connected to the database via an SSH connection from a mobile device. Everything works fine until a timeout or an error exception need to be occured. At least I think the problem roots in this. The phenomena is when I give a wrong database password or the device loses it's network connection it hangs and there is no other way to bring it back to life than hitting the stop button, or using soft reset when running a non-debug build.

With a correct database password and a presistent net connection it works just fine. If I leave out the SSH part the problem is not showing :roll:

(Tested on several emulators, and 2 different mobile devices.)

Do you have any suggestion how to solve this issue?

Thanks in advance!
GuTyKa

GuTyKa
Posts: 2
Joined: Fri 21 Sep 2007 03:21

version

Post by GuTyKa » Fri 21 Sep 2007 03:47

I forgot to mention that I've tried this with 4.00.9 and 4.20.18.

Best regards,
GuTyKa

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 21 Sep 2007 08:06

Please send me a test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include definition of your own database objects.
Use e-mail address provided in the Readme file.
Do not use third party components.

Post Reply