Hi all thanks for your product, First of all I would like to point out that toad for mysql is extremely slow and extremely memmory hungry. I have a problem...
With regards to the ISO-8859-7 (Greek) characters. Can you type Greek characters or open a document that contains Greek characters in Notepad or WordPad? Do...
(1) Are you running English or Greek Windows? (2) Can you type Greek Characters in the SQL Editor? (3) Can you send some screen shots of your Regional settings...
1) Enlgish 2) Ofcourse 3) I can't attach files in yahoo groups 4) As in the above I can't extract your attachment (neither in the mail source) in this yahoo...
1) You can't download attachments from the web, technical problem on our end or yours? 2) What version of MySQL are you connected to? 3) What is the table...
Try changing your character set to utf8_general_ci. You will be able to display a wider set of characters including Greek. Lee and I just tried this and it...
Hmm, I guess I need to learn Yahoo groups better... anyway I uploaded the file here: http://tech.groups.yahoo.com/group/toad_mysql_beta/files/ Yes, as Debbie...
... able to display a wider set of characters including Greek. ... on several different MySQL db versions. Conversely it did not display or insert correct...
It is my understanding the latin1_swedish_ci is the default and does not support all character sets. The database must be able to store the characters...
... not support all character sets. The database must be able to store the characters correctly. If it can’t it just doesn’t matter on the display because...
I get this when executing the following insert statement. Then it seems like every-other insert will get the exception. create table test2 (v char(10)); ...
Hello, I think I try to refresh a changed table by pressing F5, then I got this exception : System.InvalidOperationException Invalid attempt to FieldCount when...
It seems this issue may still be around ... When I start TOAD it seems to give me the first editor in a usable state. But any subsequent editor is still...
Not sure about the issue itself but a quick tip: To toggle the result set pane from showing/hiding, do a "Ctrl+F6". You will at least see the editor area now. ...
Using the table editor, when I create a new column and move it up in the list, it still always goes at the end of the table. I have to copy the alter table...
I've created internal CR 222539 to track this issue. I'm wondering if it was done by design b/c of the complexities of inserting a new column between existing...
We have released beta build 3.0.0.972. Visit ToadSoft http://www.toadsoft.com/toadmysqlbeta.html to try it out. Issues fixed: Toolbar customizations are now...
SQL-wise it's trivial, just add "AFTER <colname>" at the end of the ALTER statement. PHPMyAdmin does it. Also when you add a column the up/down buttons are...
Hello, Toad crashes when I cancel a query which I ran in Toad. This happens whith every Toad Version I use (currently I am working with Toad 3.0.0.995) Thanks...
1) What version of MySQL are you connected to? 2) Can you reproduce the problem using a simple query that we can try to run here? If so, can you send such a...
1) 5.0.33 2) while trying to reproduce the the problem i found out, that it occurs when i abbort the query-thread in the MySQL-Administrator-Tool. 3) none so...
This problem happens in this beta version (3.0.0.1018) and the previous beta version but not in 2.0 Freeware version. At the 1st page of installation wizard...
I got this consistently after copying a Statement column from the Triggers tab of a table. It worked once, then after that I would get this each time I tried...