Search the web
Sign In
New User? Sign Up
aqt · Advanced Query Tool Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3975 - 4005 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3975
Hi, is there a way to change statement delimiter to @ permanently? When I change it, close AQT, open AQT - delimiter is back to semicolon....
godot156
Offline Send Email
Mar 4, 2009
9:22 am
3976
You are right - this is either a bug or shortcoming. Will correct for the next version. Phil....
Phil Castle
cardettnz
Offline Send Email
Mar 4, 2009
9:47 am
3977
Ah -- that has been on my very very short list of AQT annoyances --- ! Chris _____ From: aqt@yahoogroups.com [mailto:aqt@yahoogroups.com] On Behalf Of Phil ...
Chris Braudy
cjbraudy
Offline Send Email
Mar 4, 2009
4:28 pm
3978
I have a 7 character field and need to exclude based on the last 3 characters. Does anyone know how i can do this? I'm worried that '%xxx' will exclude too...
boncoddo2
Offline Send Email
Mar 11, 2009
7:44 pm
3979
Use like '____xxx'. The underscore matches a single character (whereas the % matched any number of characters). Phil....
Phil Castle
cardettnz
Offline Send Email
Mar 11, 2009
7:46 pm
3980
Hi, At work today I have been running some queries and when the queries have been running, the "AQT Cancel" box which displays the running time of the query,...
glen.wenzel
Offline Send Email
Mar 11, 2009
7:59 pm
3981
Yes, AQT remembers the position of the windows between sessions. So if it has been dragged a long way to the right, it will reopen in that position. The...
Phil Castle
cardettnz
Offline Send Email
Mar 11, 2009
8:13 pm
3982
Have you tried maximizing? At work I have dual 19 in. and the same condition exist when I go to single monitor at home. From: aqt@yahoogroups.com...
louis Zegarra
yotioluis
Offline Send Email
Mar 11, 2009
8:13 pm
3983
Hi Louis, Yes, I always work in AQT with the screen maximized ......
glen.wenzel
Offline Send Email
Mar 11, 2009
8:41 pm
3984
Hi, I found a solution to my problem. If you right-click on the "AQT Cancel" icon that appears in the Program Tray at the bottom of the screen (along with the...
glen.wenzel
Offline Send Email
Mar 11, 2009
9:59 pm
3985
Hi, I am a big fan of the AQT program and it's many useful features. However, there is one issue that irks me and I thought it wouldn't hurt to ask, in case a...
glen.wenzel
Offline Send Email
Mar 11, 2009
10:51 pm
3986
Thanks, I guess we all learn something new on a given day From: aqt@yahoogroups.com [mailto:aqt@yahoogroups.com] On Behalf Of glen.wenzel Sent: Wednesday,...
louis Zegarra
yotioluis
Offline Send Email
Mar 12, 2009
3:28 am
3987
Hi Glenn, this isn't all that easy to do. AQT doesn't know that the connection has been terminated until the next time it runs a statement. The only way to do...
Phil Castle
cardettnz
Offline Send Email
Mar 12, 2009
10:03 pm
3988
Whenever I want to get a tab-delimited copy of a table, AQT makes it very convenient. I simply do a "select *" from the table and then copy a row, with the...
jasontimms
Offline Send Email
Mar 13, 2009
8:05 pm
3989
Are you just wanting to generate an SQL of the following format: select col1, col2, col3 from table There are two ways: a) select the table in the Database...
Phil Castle
cardettnz
Offline Send Email
Mar 13, 2009
8:16 pm
3990
Thanks! That "Generate" window does the trick. I altered one of the settings to get this: select $fn(lcase,$3) from $1.$2 That's much better than my previous...
jasontimms
Offline Send Email
Mar 17, 2009
8:37 pm
3991
Hi Phil, IMO, the Link to related tables feature is one of the best additions to AQT in recent times. Because I use it often, I have three questions: 1) AQT...
vermeirl
Offline Send Email
Mar 19, 2009
3:23 pm
3992
Hi Luc, 1) You can increase the max number by going Options > Technical Parameters and increasing the value of "Max Tables in Query Builder". In the next...
Phil Castle
cardettnz
Offline Send Email
Mar 19, 2009
10:39 pm
3994
Hey guys, I just started exploring this tool, and loving it so far. I am curious about the Analyse button on the toolbar when I go to edit my SQL statement....
txsongman
Offline Send Email
Mar 23, 2009
4:51 pm
3995
These other functions are column-analysis functions. To activate these options, you must first click on a column in the column list-box. Phil....
Phil Castle
cardettnz
Offline Send Email
Mar 23, 2009
8:06 pm
3996
How can I update a field in one or more rows with current_timestamp while in Edit mode? Now I get a messagebox. ... Advanced Query Tool ... Error updating row ...
Michaël Willemot
sottohimself
Offline Send Email
Mar 23, 2009
8:41 pm
3997
Hi, For timestamp type in DB2, the timestamp format is: 2009-03-24-00.00.00.000000 (with no quotes). You can also try choosing "Update" from the main menu on...
cardett_troy
Offline Send Email
Mar 23, 2009
10:07 pm
3998
Hi guys, I have been playing with the Group Calculation feature to obtain counts and averages of my data results. This works great on the screen. However,...
txsongman
Offline Send Email
Mar 24, 2009
11:00 pm
3999
Hi, Sorry, at present this is not possible. When you export, just the raw data will be exported. It is not possible to export with the layout of the grouped...
cardett_troy
Offline Send Email
Mar 24, 2009
11:55 pm
4000
I've just noticed this now and I was wondering if there is something that can be done to correct this without upgrading to the newest version? The tool has no...
dragon_reborn74
Offline Send Email
Mar 26, 2009
8:34 pm
4001
Hi, Could you provide me with some more information? From the main menu: Help > Database Details - could you tell me what "Config File" AQT is using. Also, do...
cardett_troy
Offline Send Email
Mar 26, 2009
8:54 pm
4002
I am using AQT to call a Stored Procedure on iSeries. One of the parameters is a 10MB CLOB. If I fill this with a large amount of data and then tries to run...
annika.hedman
Offline Send Email
Mar 27, 2009
7:45 pm
4003
This could be a bug. I'll see is I can reproduce this on my system. What version of AQT are you running? Phil....
Phil Castle
cardettnz
Offline Send Email
Mar 27, 2009
7:47 pm
4004
Hi, This is a general Informix SQL question. I have 2 date/time values (each is DATETIME YEAR TO MINUTE), and I would like to subtract them and get the...
glen.wenzel
Offline Send Email
Mar 28, 2009
2:28 am
4005
Version 7.1.0. /Annika...
annika.hedman
Offline Send Email
Mar 30, 2009
12:20 pm
Messages 3975 - 4005 of 4213   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