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...
Show off your group to the world. Share a photo of your group with us.

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 1967 - 1996 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1967
I'm using AQT 7.1.2 going up against Oracle tables and have no problems. When we first started going up against Oracle we'd get the same error message. It...
mike schwartz
mmikeschwartz
Offline Send Email
Sep 3, 2005
3:34 pm
1968
Phil thanks for you idea, now I'm wondering if it's possible to format your query with commas without exporting your data? Phil Castle <group@...>...
mike schwartz
mmikeschwartz
Offline Send Email
Sep 3, 2005
3:38 pm
1969
Phil gave me a work around in which I changed an option for Table Information from "Use Parameters" to "Use Substitution". This worked for me. I guess the...
Brian D. Lomax
bdlomax
Online Now Send Email
Sep 3, 2005
3:43 pm
1970
I'm not about clear what you are trying to do.... if you are trying to get the query data as a comma-separated set of values, then the methods I described will...
Phil Castle
cardettnz
Offline Send Email
Sep 3, 2005
8:39 pm
1971
While setting "Use Substitution" is a workaround, it doesn't explain why the problem is happening, which is a mystery to me. It's occurring during AQT's use of...
Phil Castle
cardettnz
Offline Send Email
Sep 3, 2005
8:47 pm
1972
Hi Phil, if i try to export data to sql-window i get the error 'Processing error at get_data_file ...........'. this happens if anything is defined in the...
dbfan111
Offline Send Email
Sep 6, 2005
10:54 am
1973
What version of AQT are you using? It works OK for me - perhaps some of the other parameters you are using could be contributing factors. If you go File >...
Phil Castle
cardettnz
Offline Send Email
Sep 6, 2005
11:11 am
1974
Hi Phil, when selecting a table or view in the SQL-editor, the function Table / Display Query Table <F9> opens the Table and shows the contents. This is...
radisma
Offline Send Email
Sep 6, 2005
12:30 pm
1975
Are you dealing with Oracle or Db2 z/OS here? Phil. ... contents. ... like...
Phil Castle
cardettnz
Offline Send Email
Sep 6, 2005
8:39 pm
1976
I'm using DB2/UDB Here is a sample of using GTT for easier testing: DECLARE GLOBAL TEMPORARY TABLE myGTT ( Test1 INTEGER NOT NULL, test2...
radisma
Offline Send Email
Sep 7, 2005
6:30 am
1977
Hi Ron, I've implemented your option for the scripts. There is now a parameter append=y which will cause the SQL to be appended to the file. This enables you...
Phil Castle
cardettnz
Offline Send Email
Sep 7, 2005
9:01 am
1978
Ah yes, that brings up a distant memory. The definition of GTTs are not in the DB2 catalog so AQT cannot display the column info. What I'll do (sometime in a...
Phil Castle
cardettnz
Offline Send Email
Sep 7, 2005
9:06 am
1979
Phil, Excellent product.... I know you can compare tables, and data, but how about a full schema compare to include stored procedures, triggers, synonyms,...
rtpetersen
Online Now Send Email
Sep 7, 2005
1:45 pm
1980
Oh, that's wonderful. Have I understand this right: That would make it possible to load the column-window by pressing <F2>, isn't it? That's more than I have...
radisma
Offline Send Email
Sep 7, 2005
4:01 pm
1981
Hi Rich, Try the rightest icon above the middle grid with the tooltip "compare". I think this will do what you want. @Phil: A suggestion for the Menue: Perhaps...
radisma
Offline Send Email
Sep 7, 2005
4:10 pm
1982
No, sorry - I've seen this icon compares the definition of tables, but not stored procedures, triggers, synonyms as you want. To compare these objects, I would...
radisma
Offline Send Email
Sep 7, 2005
4:23 pm
1983
Yes, that would allow F2 to load the col list. F9 should always works as it doesn't need to col list (it just does a "select * from table"). Phil. ... ...
Phil Castle
cardettnz
Offline Send Email
Sep 7, 2005
7:54 pm
1984
As Josef has mentioned, the "Compare Objects" function can compare objects other than tables. As with AQT v7.1.4 I have added this compare functionality for...
Phil Castle
cardettnz
Offline Send Email
Sep 7, 2005
8:03 pm
1985
Phil, Yes, I saw that function, but when I do the compare, it allows Tables, Columns, PK, FK, Check Constraints, Triggers and Synonyms, not functions,...
rtpetersen
Online Now Send Email
Sep 8, 2005
10:02 am
1986
If you click on a function or procedure, the Compare button will be active and you can click on this to compare these objects. It wasn't part of the...
Phil Castle
cardettnz
Offline Send Email
Sep 8, 2005
11:22 am
1987
Good enough Phil. Thank you, and thanks again for an excellent product.... ... be ... wasn't ... of a ... are ... Synonyms, ... the ... compare ... this ... ...
rtpetersen
Online Now Send Email
Sep 8, 2005
11:37 pm
1988
Hi Phil, I have a problem finding the compare-icon for SP, functions etc. When clicking on such an object, the icon does not appear. There are only the...
radisma
Offline Send Email
Sep 9, 2005
7:31 am
1989
Hi Phil, I have a problem finding the compare-icon for SP, functions etc. When clicking on such an object, the icon does not appear. There are only the...
radisma
Offline Send Email
Sep 9, 2005
8:02 am
1990
Hi Phil, The append for scripts/reports is very useful. (Unfortunately I was not able to read the help - it just said 'page cannot be displayed'). Would it...
ron_brown_2611
Offline Send Email
Sep 9, 2005
10:56 am
1991
The append flag should be on the Save Compare Options - you should see a new parameter append=y which you can use in your scripts. Odd that you can't display...
Phil Castle
cardettnz
Offline Send Email
Sep 9, 2005
9:03 pm
1992
Hi Phil, I'm sorry that I wasn't clear enough. What I meant was that from the "Data Compare" window you can select the "File" action bar and you get a...
ron_brown_2611
Offline Send Email
Sep 12, 2005
2:19 pm
1993
Hi Phil, I have sometimes the requirement to write some SQL to select data form the systemtables. Most of them approximates the SQLs AQT uses in the background...
radisma
Offline Send Email
Sep 13, 2005
8:29 am
1994
An interesting idea. I'll add it to our list of possible enhancements for v8. I suppose you know that you can see the SQL by going Tools>Configure System...
Phil Castle
cardettnz
Offline Send Email
Sep 13, 2005
9:05 am
1995
I understand. I can see that it would be useful ..... I'll give it some thought (may then need to add the append option to a lot of other windows to be...
Phil Castle
cardettnz
Offline Send Email
Sep 13, 2005
9:12 am
1996
What database type and version of AQT are you using? Compare for SP, functions etc was only added in AQT v7.1.4 - it was configured for most but not all...
Phil Castle
cardettnz
Offline Send Email
Sep 13, 2005
9:18 am
Messages 1967 - 1996 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