We have released beta build 3.0.0.638. Visit Toadsoft http://www.toadsoft.com/toadmysqlbeta.html to try it out. IMPORTANT NOTE: If you have Beta build 566 or...
I was getting this in the previous build too. I'm not sure how consistent it is but I get it often on updates, like the following. The update completes ok, I...
When attempting to sync two tables in the schema compare (PLEASE FIX THE DPI FOR THIS DIALOG. PLEASE! PLEASE!) I get the following exception when clicking...
When I view a trigger in the tree, then click the Script tab, I get this in the window: Unable to cast object of type 'Quest.FastData.FastTable' to type ...
If I have the following SQL in the editor window with the cursor in the first statement and press F9 to run it I get the following exception. If I remove the...
This looks like it may be as designed, but using the Export Wizard to generate insert statements defaults to a table name of 'table' instead of the table name...
Oracletutorials.info is your gateway to the best sites on the Internet for Oracle tutorials! Looking for Oracle tutorials, Oracle, or Computers?Browse our...
We have released beta build 3.0.0.681. Visit Toadsoft http://www.toadsoft.com/toadmysqlbeta.html to try it out. IMPORTANT NOTE: You must delete all your...
Every time I try to run a query in the Editor, I get the exception below. I can view the Data in a table, but I can't get any SQL to run in the Editor view....
We have released beta build 3.0.0.723. Visit Toadsoft http://www.toadsoft.com/toadmysqlbeta.html to try it out. IMPORTANT NOTE: You must delete all your...
Did you clear your settings directory before launching? If so, try uninstalling then deleting your entire Toad install directory, then reinstall. There's a...
I did clean out the Local Settings folder when I installed. It works now, thanks. I had to delete all the Beta 3.0 folders in Program File and Application...
I was doing some tests on a query using something like this... =========== start transaction; SELECT ... insert into .... select row_count(); select ... ...
Some things to know: 1. Check to see that auto-commit is off for the session you ran the commands in. 2. Are you using InnoDB or some other engine that...
I would like a menu choice to issue the command InnoDB Status and give me some nicely formatted output. Running this command in an editor means I have to copy...
I am using InnoDB. Turning off *Toad's* autocommit setting works, but that is *very* unintuitive since MySQL says: "To disable autocommit mode for a single ...
Henrik are you still out there? Didn't we work on this and get it fixed back in version 2? It seems to me we worked out that the user of TOAD should have...
Thanks. Just for clarification if anyone else wants to update the keywords for START and TRANSACTION, the file is "...\Quest Software\Toad for MySQL Beta...
I've been seeing this lately. I haven't been able to pin it down, but it may be after editing tables in Toad. When running Toad with Toad's Autocommit on,...
This happens with InnoDB b/c of the transactions and is related to the transaction isolation level . Here is a work-around I use, but it is not sound for...
This really really made me mad last night b/c I was attempting to get someone to give up phpMyAdmin in favor of TOAD: At work I am on a dual monitor setup...
Jim: I forgot to mention that the app is not the only thing blocked. If you notice the behavior try to write or read from the table elsewhere and you will see...
I hear you on that one. Screen resolution variations and dual monitors create quite a matrix of screen possibilities. Irregardless 1024 X 764 needs to be...
Oh, my! If TOAD holds open transactions under the covers, it should never, ever be used against production. Quest, can tell we configurat TOAD to avoid this?...
Thanks Debbie! How about Jim's locking issue. Can we come up with a plan to run that to ground? It is very serious. I do not remember TOAD for Oracle or SQL...
Lets me sure that we are clear for everyone lurking out there: This is an issue if you are using InnoDB tables in a DB. IT is _not_ and issue if you are using...
I am getting this error. The app hangs and I cannot send a support bundle. System.ArgumentOutOfRangeException Index was out of range. Must be non-negative and...
It also appears when I connect with the database pre-selected and attempt run the script. I cannot see anything wrong in the script. So, I started the app...
OK, it appears my use case was off: I now think this is a product of the syntax checker that is working in the background. I have noted that I have bad or...