Over the past few builds I've noticed when I type alias<dot> to get the context menu of column names, it takes three tries. (e.g. type alias., backspace ....
We are proud to announce both the stable release of Toad for MySQL 3.1 and the first beta of Toad for MySQL 4.0 with procedure and function debugger as well as...
The appropriate Microsoft way to handle the error is to calculate the "real" date, in this case it would be May 1, 1983. I used to feed wrong dates into Visual...
I'm sure it's a problem of ignorance on my part, but I've never seen this message on any other MySQL IDE I've used, and I've used several. Could you tell me...
When attempting to view the Data grid for a view in my database... System.ArgumentException Value was either too large or too small for an Int16.Couldn't store...
Hello, Here is , I think , a bug in 4.0.0.18 beta. In the database browser, I delete several InnoDB tables, and then I opened an Editor, pasted several sql...
I have the script that creates the view, but the tables are from Eventum, MySQL's issue tracking system. I can look for the scripts for the tables... CREATE...
I get the error when I try to view the data for the view that gives me the overflow error. Right now it gives me the error when I try to view the data for any...
After you get it the first time you pretty much have to disconnect and reconnect to the database server to recover. I will look into the problem though....
Innodb Status Monitor For the poor man, simply do the following: 1. Create a window that shows innodb status after each query or after every so many seconds. ...
I have quite a bit of experience with a similar tab interface using Eclipse. In my mind it is the ultimate tabbed interface, esp if you have a killer monitor...
At the bottom of the session monitor there is a (by default collapsed) section which should you InnoDB status. I have a task to work this over a bit for the...
Yes, I would like to be able to do this too. Unfortunately this is a limitation in a 3rd party component we are using for our docked windows. I think they...
I have a editor open and insert some rows to a table. I go to the open browser and refresh the palette on the table, but no rows show up. I go back to the...
It appears this is a problem with the commit in the editor. I closed the browser and editor opened them both and the data was no longer in the table....
What kind of table engine is used for the table you are trying to edit? /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com...
drop database if exists ip ; create database ip ; use ip ; create table stage_users ( name varchar(255), entity varchar(255), address varchar(255), ...
Interesting problem, I never thought of that. I'll see what I can do. /Mauritz ________________________________ From: toad_mysql_beta@yahoogroups.com...
'Browse databse objects' function works fine on small databases (DB overview and expanded list of tables) but time outs on our large production database (~700...
Go into Tools|Options and select the page Browser|General. Make sure the "Fetch in background" option is checked. Hopefully this will help your problem. ...
Restored database using SQL dump file and now Toad displays the following errors. * Net packets out of order: received[68], expected[2] * Commands out of sync;...
No, unfortunately this is a problem with a 3rd party component that we use to access the MySQL database. I will report the error to our component vender. You...
Henrik, thank you. This option solved only DB overview, bottom bar shows 1 task and "left to right and back" progress bar and after a few seconds I can see ...
I can debug an SP in the questsoftware db ok, but when I try to debug in my database, I get this error. Do I need to do something to enable debugging? Seems...