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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 279 - 308 of 1537   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
279
Hi folks, I've been posting on the normal mysql toad board because I didn't know this one existed. David asked me to move this post to this board since it may...
a dingfelder
adingfelder
Online Now Send Email
Apr 3, 2006
11:39 pm
280
I am trying to create a table and have run into a couple of problems. 1. I cannot seem to specify the primary key (except in the script. 2. It seems the...
behemphi
Offline Send Email
Apr 4, 2006
4:03 pm
281
1) You specify the primary key on the first page of the editor (I know, not the best GUI design but we are going to change it) 2) Yes, this is a...
David Christian
shark92651
Offline Send Email
Apr 4, 2006
8:28 pm
282
I am getting one error on startup of toad. I first noticed it after the issues I experienced with having an invalid view (that I fixed by dropping the bad...
a dingfelder
adingfelder
Online Now Send Email
Apr 4, 2006
11:22 pm
283
I have experienced this problems several times, so I included the script I am running: If I try to run this migration, it will execute the create table, but ...
behemphi
Offline Send Email
Apr 5, 2006
2:27 pm
284
I am one of those who loves/depends on syntax highlighting. The editor does not seem to have many of the reserved words like engine and innodb. I would like...
behemphi
Offline Send Email
Apr 5, 2006
2:50 pm
285
Mnnnnnn...Thanks for the script. We will look into it pronto. CR167920 Debbie...
Debbie Peabody
dpeabody2003
Offline Send Email
Apr 5, 2006
3:58 pm
286
Yes, you can add keywords. Go to you application direction and in the Templates\Languages directory find Language.SQL.MySQL.xml. Add keywords to the...
Debbie Peabody
dpeabody2003
Offline Send Email
Apr 5, 2006
4:06 pm
287
Can we get the creation script for the 'job_posting' table? Without it your script doesn't run. Thanks, Steve ... From: toad_mysql_beta@yahoogroups.com ...
Steve Moody
nonsense_69
Offline Send Email
Apr 5, 2006
4:11 pm
288
/* Formatted on 2006/04/05 13:38 (MySQL Formatter v5.34) */ CREATE TABLE `job_posting` ( `job_posting_id` int(10) unsigned NOT NULL auto_increment, `title_ln`...
behemphi
Offline Send Email
Apr 5, 2006
6:39 pm
289
Follow these steps: Click on the current db, then on the tables and you will see a list of tables in the right pane. (So far so good). Expand the tables node...
behemphi
Offline Send Email
Apr 5, 2006
7:07 pm
290
Thanks Boyd. Issue entered as Cr167973. Debbie...
Debbie Peabody
dpeabody2003
Offline Send Email
Apr 5, 2006
8:51 pm
291
This weeks Beta build 313 is ready for your suggestions, critique, and praise. :^) http://www.toadsoft.com/toadmysqlbeta.html Your mission, should you accept...
Gary Goodwin
garykgoodwin
Offline Send Email
Apr 5, 2006
9:16 pm
292
I've created a simple table like this: /* Formatted on 2006/04/06 08:26 (MySQL Formatter v5.34) */ CREATE TABLE `test` ( `a` int(11) NOT NULL default '0', `b`...
Simone Tellini
toad@...
Send Email
Apr 6, 2006
6:38 am
293
Simone, I cannot replicate the first issue you're having inserting data into the `test` table. If you can get me any more info on how you replicate this issue...
Steve Moody
nonsense_69
Offline Send Email
Apr 6, 2006
3:58 pm
294
On Thu, 6 Apr 2006 08:54:31 -0700 "Steve Moody" <steve.moody@...> wrote: SM> I cannot replicate the first issue you're having inserting data SM> into...
Simone Tellini
toad@...
Send Email
Apr 6, 2006
5:00 pm
295
Simone, I am now able to replicate the exception. I have created CR0168177 to track this issue. If you start to see this error again a workaround is to refresh...
Steve Moody
nonsense_69
Offline Send Email
Apr 6, 2006
8:46 pm
296
Got Error "Index was outside bounds of array" When selected Flush and reset with Local selected and Tables with read lock ...
tariq.rahiman@...
Send Email
Apr 10, 2006
1:51 pm
297
Got error when I selected Object palette When I clicked on Variable it expanded.. When I clicked again on variable it showed me error Similar behavior when I...
tariq.rahiman@...
Send Email
Apr 10, 2006
1:59 pm
298
I connected to a server without specifying a database (4.1.12). I then selected the database in the drop down window. When I type a query, it does not give...
behemphi
Offline Send Email
Apr 11, 2006
2:58 pm
299
About 5 min after noticing my last report, code completion now works. Not sure what is going on there. Boyd...
behemphi
Offline Send Email
Apr 11, 2006
3:02 pm
300
Hi, I tried to replicate this issue and could not. I can successfully connect without a database, open an editor, select a database from the dropdown, and...
Robert Baker
rbaker_qsft
Offline Send Email
Apr 11, 2006
4:08 pm
301
I cannot recreate it. I think it may be an issue where I need memory for my machine. I will let you know if I can get a handle on it otherwise. Thanks Boyd...
behemphi
Offline Send Email
Apr 18, 2006
2:33 pm
302
The editor is driving me nuts because the auto indent feature does not work like anything that I am used to. It seems that it returns to the last tabstop on...
behemphi
Offline Send Email
Apr 18, 2006
2:44 pm
303
This is the way that the Visual Studio editor works so I imagine the author of the component emulated that editor. I know this doesn't really answer your...
David Christian
shark92651
Offline Send Email
Apr 20, 2006
6:24 pm
304
I pasted the query below into the editor and clicked the formatter. Nothing happens except the comment being added at the top. select q.question_num,...
behemphi
Offline Send Email
Apr 25, 2006
1:40 am
305
It doesn't like the 'as' in this part of the script: ...group by r.participant_id) as fr If you take out that one 'as' it formats fine. I'll create a CR to...
Steve Moody
nonsense_69
Offline Send Email
Apr 25, 2006
4:36 pm
306
Steve: Sorry for the delay. As an FYI, the "as" is required for this query because it names a virtual table. There would be no other way to reference the...
behemphi
Offline Send Email
May 3, 2006
2:28 pm
307
We have an entirely new formatter technology that is almost complete. Unfortunately, it did not make it for the 2.0 MySQL release. _____ From:...
David Christian
shark92651
Offline Send Email
May 4, 2006
1:07 am
308
Boyd, I believe that the "AS" keyword is optional when aliasing in the select statement. If you change the code to this is should still run and format: ...
Steve Moody
nonsense_69
Offline Send Email
May 4, 2006
2:29 pm
Messages 279 - 308 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