Yes, thank you! Apparently hitting that button promts a dialogue box asking you to set the key column. Its just strange that you cant just choose key column straight away. And - perhaps this is a bug - I had tried pressing that button before to "Define custom editing" but did not get the prompt. It was only by trying it various times now that it eventually showed up. Anyway, thanks a lot :)
↧
Forum Post: RE: How to add a key column?
↧
Forum Post: RE: How to add a key column?
I agree it could be smoother.
↧
↧
Forum Post: RE: Collations not showing up in the alter table gui
i entered TMY-66 for this. We are working on 7.9 release right now so i can get this fixed for you.[:D]
↧
Forum Post: RE: Collations not showing up in the alter table gui
Done. This got fixed and will make it into the 7.9 release
↧
Forum Post: RE: Format SQL - Parser Messages: Incorrect syntax near 'GET' in procedure at line "GET CURRENT DIAGNOSTICS CONDITION 1"
I get same error. I also can't create the procedure when using ODBC. The error seems to be from the database and not a Toad for MySQL parser issue.
↧
↧
Forum Post: RE: Why is Toad.exe starting WISPTIS.EXE when started but does not close at exit?
I see that process but even when Toad is shut down I can't seem to kill that process. Microsoft really wants that one running
↧
Forum Post: RE: Bug: MySQL for Toad v7.7.0.579 always freezes cursor/desktop at second (!) start
I have never seen this occur. It sounds like a dialog is popping up and waiting for input but it can't be seen. Do you use dual monitors?
↧
Forum Post: RE: toad for mysql autoCommit off, but cann't query data that commit by another transaction until i commit my trnasaction.
That sounds like normal behavior for a transaction. This way you can roll it back if needed
↧
Forum Post: RE: Bug: MySQL for Toad v7.7.0.579 always freezes cursor/desktop at second (!) start
I have the same version you have and I use 64-bit Windows 7 Professional. I also have a problem with the application freezing. After doing a few queries, if I try to switch to another database (I have two), the tables do not load up. I have to close the connection and re-connect to get the tables to load. Have you found a solution to this problem? As a side note, the other day when I opened the application, a message popped up that said a new version was available for download (7.9.0.637). I currently have 7.7.0.579. I was not able to download the newer version at that time, so I opted to be reminded next time I launch the application. I have not gotten another reminder, and I cannot find any reference to the newer version on the TOAD World site. When you downloaded the latest version, what was the version number, if I might ask?
↧
↧
Forum Post: RE: Bug: MySQL for Toad v7.7.0.579 always freezes cursor/desktop at second (!) start
In my case it was a (Win 7) process called "WISPTIS:EXE" which was automatically started by Toad but NOT automatically closed at Toad exit. When I started Toad a second time then Toad tries to start again a (second9 WISPTIS.EXE process.....which is not possible. Toad freezs. I had to manually kill the WISPTIS.EXE task resp. disable WISPTIS completely. Then it worked. Sad that Toad manual give no hint why it tries to start a WISPTIS process.
↧
Forum Post: RE: Bug: MySQL for Toad v7.7.0.579 always freezes cursor/desktop at second (!) start
Thanks for the explanation. I just downloaded the v7.9 and I'm hoping for fewer freeze ups! We will see!
↧
Forum Post: JSON commands somehow not working in Toad
If you send this simple query to MySQL from Toad, it returns an error: SELECT JSON_OBJECT('id', 87, 'name', 'carrot'); I had ver 7.7 and it returned "unknown data type" Now I tried with 7.9 and it just fails without letting me know why other than: Category Timestamp Duration Message Line Position Error 7/29/2016 6:26:11 PM 0:00:00.093 - MySQL Database Error: Fatal error encountered during command execution. 1 0 But sending this query through mysql commandline works fine. This is supposed to work without any database, as shown here: https://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html I'm using MySQL 5.7.11 and Toad for MySQL 7.9.0.637
↧
Forum Post: JSON commands somehow not working in Toad
Hi.. not sure which forum this should go into. But here is the link to the other post: http://www.toadworld.com/products/toad-for-mysql/f/22/t/31142
↧
↧
Forum Post: Toad For MySQL Giving Error When Creating A New Connection
I Recently installed Toad For MySQl. When ever a tried to creating new connection i get this error. "MySQL Database Error " "Access denied for user 'root'@'localhost' (using password: YES)" Is there a way to fix this?
↧
Forum Post: Error trying to compare a local and remote database: See video post
The error mentions a table named 'db" but I don't have a table with that name. https://goo.gl/U4LH7E
↧
Forum Post: RE: is there any plan to add event management feature??
Actually there is a tool, if U go in object explorer to database "mysql" -> table "events" and explore the data U can make any change U like including editing, adding and deleting.
↧
Forum Post: RE: events manager
Actually there is a tool, if U go in object explorer to database "mysql" -> table "events" and explore the data U can make any change U like including editing, adding and deleting.
↧
↧
Forum Post: how to enable execute all button ?
Execute all button is disable in the Toad I installed ? how to enable it ?
↧
Forum Post: Bug?? in Schema comparison, Default values are ignored in the case of empty string.
There seems to be a bug in the schema comparison between servers. On one server I have a Default value of '' on a couple of columns, however comparing the the tables on different servers does NOT reveal the Toad 7.9.0.637 It looks like the default '' that results in an empty string is completely omitted. Running the create statement on MySQL Workbench results in the following SQL statement - which has the DEFAULT '' as expected. CREATE TABLE `part` ( `partid` int(11) NOT NULL AUTO_INCREMENT, `specifier` varchar(45) NOT NULL, `serial` varchar(45) NOT NULL, `nonceid` int(11) NOT NULL DEFAULT '-1', `uuid` varchar(45) NOT NULL DEFAULT 'x', `guitype` varchar(45) NOT NULL DEFAULT '', `description` varchar(300) DEFAULT '', `jsonconfig` varchar(10000) DEFAULT NULL, `dynpartref` varchar(45) DEFAULT NULL, `TZ` varchar(100) DEFAULT NULL, PRIMARY KEY (`partid`) ) ENGINE=InnoDB AUTO_INCREMENT=21634 DEFAULT CHARSET=utf8; Any help to get the schema comparison to include this string default would be great.
↧
Forum Post: RE: Option to turn off table schema popup
When I check our source code it says it is in the release. The option should look like this.
↧