Forum Post: RE: How to resolve System.NullReferenceException when using...
Do you consistently get this error every time you try to filter anything? Do you get it when you filter a specific type of object or a specific database? We have seen this issue before but are having...
View ArticleForum Post: RE: How to resolve System.NullReferenceException when using...
I was consistently getting this error. It was very reproducible on my machine. However, I seemed to have resolved the issue. Hopefully this rings a bell for you. I went into options and changed...
View ArticleForum Post: Encoding in toad for MySql
Hi guys ! I have a big problem (Sorry for my broken english) So.. I edit my table with cyrilic text but it is displey this: ?????????????????. After that i go i toad tools/option/editor/general and...
View ArticleForum Post: RE: Toad for MySQL v7.2.0.2525 Beta is now available
When I click "Download our freeware", no betas are listed.
View ArticleForum Post: RE: Toad for MySQL v7.2.0.2525 Beta is now available
No, you need to go to the specific program for that. Most people probably are not looking for betas and the list is of software is already long enough without making two copies of everything :).
View ArticleForum Post: RE: Encoding in toad for MySql
What version of MySQL are you connecting to. Generally we should support UTF-8 but some earlier versions of MySQL (I think version 4.1 and earlier) do not support it very well. You also need a font...
View ArticleForum Post: RE: Toad for MySQL v7.2.0.2525 Beta is now available
What do you mean "the specific program"?
View ArticleForum Post: RE: Toad for MySQL v7.2.0.2525 Beta is now available
Nevermind, I found it. www.toadworld.com/.../default.aspx
View ArticleForum Post: RE: Import excel file
I believe sql requires time subfields to be separated by ":" so try hh:mm:ss
View ArticleForum Post: Import Wizard cannot replace existing rows
MySQL supports the following: LOAD DATA INFILE file REPLACE INTO.... but the Toad Import Wizard complains if it finds existing records and aborts. Is there an option to tell Toad to replace existing...
View ArticleForum Post: RE: Import Wizard cannot replace existing rows
Toad only havs the option to truncate the table and import. There's no way to do insert or update/repalce.
View ArticleForum Post: Toad for MySQL v7.2.0.2565 Beta is now available
A new beta for Toad for MySQL has been posted. V7.2.0.2565 is now available for immediate download. Just head over to the download section and get it right now!
View ArticleForum Post: RE: How can I export all tables in one .sql file
i'm new and i have the same problem,it will be great if you could help me.. thanks
View ArticleForum Post: RE: How can I export all tables in one .sql file
Hi, I got another tool like MySql Backup FTP, try it and keep me informed ;) Regards, Euryad From: bounce-noktibuzz@toadworld.com To: toadmysql@toadworld.com Subject: RE: [Toad for MySQL - Discussion...
View ArticleForum Post: NullReferenceException
Hi, When viewing tabledata with a filter, I receive a nullreferenceexception: System.NullReferenceException Object reference not set to an instance of an object. Stack Trace: at...
View ArticleForum Post: Mysql Table.host does't exist
I 'm using Mysql Server http://snag.gy/uNDa8.jpg I ' ve installed the new version of toad and received the message on Tab Host: Databese error : Mysql Table.host doesn' t exist . Another tool...
View ArticleForum Post: Toad on mysql for linux: almost there
I was able to install toad for mysql on linux (Kubuntu 13.10). It starts and I can connect to a database. Unfortunately whene toad try to draw a grid I obtain an exception. So fa I was not able to...
View ArticleForum Post: Saving Pivot Table
Hi All, New to Toad and have a very basic question. Trying to save a pivot table in terms of the data items/columns/rows and have followed...
View ArticleForum Post: RE: Saving Pivot Table
I think there was a bug in regards to this that was fixed recently if you ware willing to go the beta route. Otherwise it should hopefully be fixed in the next release.
View ArticleForum Post: RE: Toad on mysql for linux: almost there
I was able to install it and now it works perfectly. Short howto: kubuntu 13.10 wine-1.7.11 playonlinux 4.2.1 create a new "driver" in play on linux in 32bit mode emulating windows xp. Install...
View Article