SqlDbx Forum

SqlDbx

You are not logged in.

#1 2015-03-29 10:29:17

sqldbxlier
Member

Crash when connection error

There are many places doesn't handle the MySQL connection error properly, the whole GUI is crashed when you trying to connect to a not exist database or something similar.

Sometimes, it doesn't crash but the error box display nothing except an error icon.

Offline

#2 2015-03-30 11:05:08

sqldbxhelp
Administrator

Re: Crash when connection error

Can you provide more details.
MySQL version an ODBC driver version.
Way to reproduce the issue.

Offline

#3 2015-06-05 13:26:34

sqldbxlier
Member

Re: Crash when connection error

Connect to a MySQL Server by specify a non-existing DB, then sqldbx crash.
myodbc5.dll

Offline

#4 2015-06-09 10:16:47

sqldbxlier
Member

Re: Crash when connection error

One more comment, when we are trying to load the schema meta data can we use a lower isolation level? The reason why i ask is sometimes I even can not open the sqldbx when the schema is changing or some other queries lock it. It makes me impossible to kill it or show the process.

SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED ;
SELECT * FROM TABLE_NAME ;
COMMIT ;

Offline

#5 2015-06-19 09:08:29

sqldbxhelp
Administrator

Re: Crash when connection error

This is MySQL ODBC driver issue.
If you download latest drivers then you should be fine.

Offline

Board footer

Powered by FluxBB