Search the web
Sign In
New User? Sign Up
toad_mysql_beta · Toad for MySQL Beta Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 897 - 928 of 1537   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
897
I agree with you. The Lookup wizard needs to display the existing information when it is opened on an existing lookup. The "Add Relationship" is suppose to add...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 3, 2008
6:43 pm
899
Hey Dwight, Just curious! - how are we doing with the TFM 4.0 stored procedure debugger? I'm very excited about this new feature - you know! Thank you very...
ebonath
Offline Send Email
Mar 3, 2008
7:19 pm
900
I can see Tables in MySQL just fine. But when I click the Procedures mini-tab I get: "MySQL Database error. SELECT command denied to user" [my user id] "@" ...
twzdpear
Offline Send Email
Mar 3, 2008
7:43 pm
901
Todd: I am almost certain this is the same bug I have been griping about in the past. I am also pretty sure that is has to do with Insight. I get the same ...
behemphi
Offline Send Email
Mar 3, 2008
7:49 pm
902
I am not sure if you did this on purpose, but the regular green right pointing arrow has always been "execute statement (f5)" up until the last beta, now it is...
behemphi
Offline Send Email
Mar 3, 2008
7:53 pm
903
Jim, Double clicking one of the items from the Code Completion menu works on my Toad 4.0.0.288 Beta. I'm starting to get concerned that you guys are seeing...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 3, 2008
7:55 pm
904
Jim, This one took me a little bit of time to figure out, but I see what you are talking about. If you manually change the default database using the drop down...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 3, 2008
9:14 pm
905
Ernest, It's going slowly. Henrik is working on six or seven different projects at the same time, and stored procs is just one little fix of one project. I'm...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 3, 2008
9:17 pm
906
Dwight, Thank you so much for this info. I know the meaning of working with many projects at the same time – no time at all! Thanks again, Ernest Bonat,...
ebonath
Offline Send Email
Mar 3, 2008
9:24 pm
907
twzdpear, We welcome all newbie questions. I think your user does not have rights to the mysql database. You need to login to mysql as the root user (or ...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 3, 2008
9:33 pm
909
Jim, I finally managed to reproduce the error. I had to run Toad on a clean VMware image of Windows XP. I see what you are talking about, now. Apparently our...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 4, 2008
1:22 am
910
Started using Toad (4.0.0.288) with mysql a couple of weeks ago. 1. Occasionally Toad starts using 50% of the cpu and maintains this level until I quit and...
dffmyco
Offline Send Email
Mar 4, 2008
12:33 pm
911
Dwight Fowler wrote: twzdpear, We welcome all newbie questions. I think your user does not have rights to the mysql database. You need to login to mysql as the...
Mike Wertz
twzdpear
Offline Send Email
Mar 4, 2008
1:03 pm
912
dffmyco, Have you been able to figure out what triggers the 50% utilization? I'm very interested in finding this. I can't write it up until I know how to ...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 4, 2008
6:32 pm
913
Someone else asked about this before. Are the commit/rollback buttons coming back?...
Jim Wallace
jimwattm
Offline Send Email
Mar 4, 2008
6:56 pm
914
That was me. Oddly, I have the commit/rollback buttons on one of my connections in the beta, but cannot get it on the others. I need to have this button back...
behemphi
Offline Send Email
Mar 4, 2008
8:29 pm
915
I am running this query select concat(cl.Season,lpad(cl.Year,2,"0"),cl.ClassID) as `ID`, g.Name as `Category`, cl.Name as `Class Name`, group_concat(distinct...
behemphi
Offline Send Email
Mar 4, 2008
8:35 pm
916
Here is a hack for the group_concat issue below ... select concat(cl.Season,lpad(cl.Year,2,"0"),cl.ClassID) as `ID`, g.Name as `Category`, cl.Name as `Class...
behemphi
Offline Send Email
Mar 4, 2008
8:42 pm
917
While Dwight's advice will work I want to make sure a newbie doesn't shoot a foot! Look up "The Principal of Least Privilege" (PoLP) on Wikipedia. Live by it....
Boyd Hemphill
behemphi
Offline Send Email
Mar 5, 2008
3:43 pm
918
Extremely helpful. Many thanks for the guidance and direction. very respectfully, Mike Wertz Boyd Hemphill wrote: While Dwight's advice will work I want to...
Mike Wertz
twzdpear
Offline Send Email
Mar 5, 2008
5:35 pm
919
Okay, I did some checking with our resident guru, Henrik. Here's the scoop on the new Auto-Commit and the old Commit/Rollback buttons: 3.x (And before that...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 5, 2008
9:57 pm
920
Boyd, I ran the following script. It returned the dates as plainly displayed strings: Create Table GroupConcat( id bigint not null auto_increment key, category...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 5, 2008
11:34 pm
921
Boyd, I suspect that this has more to do with the third party component that we use to talk to the MySQL database. I don't think we are doing anything 'smart'...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 5, 2008
11:38 pm
922
Hmm, that very interesting Mike. Did granting the select priviledge on the mysql.proc table help?...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 5, 2008
11:48 pm
923
Solution to tabbing through grid! Go to: Tools|Options|Environment|Grid Check the box labeled "Move cell focus with TAB key". I've been looking for this one...
Dwight Fowler
lookupwizard
Offline Send Email
Mar 5, 2008
11:57 pm
924
The way I use it is turn off the AutoCommit button in the lower left, run some DML, then I want to commit it, or roll it back. The new way 4.0 uses server-side...
Jim Wallace
jimwattm
Offline Send Email
Mar 6, 2008
12:23 pm
925
I'm afraid it didn't. In addition, there are a couple of other applications that do allow the user to see Stored Procedures on the same machine. Very...
Mike Wertz
twzdpear
Offline Send Email
Mar 6, 2008
12:59 pm
926
Dwight: Here is the behavior that I see: If I leave the option for an editable grid checked and open at table in the browser and look at the data, it appears...
Boyd Hemphill
behemphi
Offline Send Email
Mar 6, 2008
2:26 pm
927
Dwight: In beta 288, I followed your directions and learned that I have that box checked. I ran the query I posted earlier and it was still a blob also did not...
Boyd Hemphill
behemphi
Offline Send Email
Mar 6, 2008
2:35 pm
928
Sorry, I should have specified that the date concat is coming back as a blob. It is annoying to have to click in the cell, b/c group_concat is used to bring...
Boyd Hemphill
behemphi
Offline Send Email
Mar 6, 2008
2:39 pm
Messages 897 - 928 of 1537   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help