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 970 - 999 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
970
is there some way to get this window to remember that i want, for example, Andale Mono 12? i've set the font every place i can find, but it still comes up as...
ryoungbugs
Offline Send Email
Jul 1, 2004
6:33 pm
971
When there is a comma in the default value of a comma, and I do DDL generation for that table, the default value is cut off at the first comma. That's a rare...
james.l.herrmann@...
jim_kcsr
Offline Send Email
Jul 1, 2004
11:00 pm
972
Thanks. Will fix. Phil. ... generation for that table, the default value is cut off at the first comma. That's a rare occurrence, which is, of course, why it...
Phil Castle
cardettnz
Offline Send Email
Jul 2, 2004
8:12 am
973
It should be fairly straightforward to get it to remember the font. Phil....
Phil Castle
cardettnz
Offline Send Email
Jul 2, 2004
8:14 am
974
don't know whether there's anything you can do about it, but just attempting to connect to 8.1.4 (i'm told 5, as well) throws a SQL0502N, which is an open...
ryoungbugs
Offline Send Email
Jul 2, 2004
12:32 pm
975
By 8.1.4, I assume you are referring to DB2 LUW 8.1 Fix Pak 4, right? We went through FP4, and are now on FP5, and encountered no problem like you have...
james.l.herrmann@...
jim_kcsr
Offline Send Email
Jul 2, 2004
3:16 pm
976
... right? We went through FP4, and are now on FP5, and encountered no problem like you have indicated. Have you bound your CLI/ODBC and Command Line...
ryoungbugs
Offline Send Email
Jul 2, 2004
3:50 pm
977
... <snip> thus encouraged out of my lethargy, i fired up Client Configuration Assistant. there, on the Advanced CLI/ODBC Settings, is the CURSORHOLD...
ryoungbugs
Offline Send Email
Jul 2, 2004
4:07 pm
978
Phil, When I try to alter a table to add a new constraint, preview the SQL, then try to edit-> copy to Run SQL window, and I get a fatal error that says: ...
james.l.herrmann@...
jim_kcsr
Offline Send Email
Jul 6, 2004
9:40 pm
979
Gee, it's a long time since someone referred to me as a little guy. Runtime error. I can't reproduce this problem. Is it a particular sequence of events that...
Phil Castle
cardettnz
Offline Send Email
Jul 7, 2004
7:08 am
980
hadn't set this before, but now it is convenient to be able to delete the highlighted row with the Delete key. have set the check box in Options -> Table...
ryoungbugs
Offline Send Email
Jul 7, 2004
4:57 pm
981
You need to go into edit-mode on the table. Click on the little icon that looks like a pencil, or by hitting Ctrl-E. Once in edit-mode you can change the table...
Phil Castle
cardettnz
Offline Send Email
Jul 8, 2004
9:59 am
982
... ah, this grasshopper understands ... icon ... you ... in ... want ... click, ... to ... yields...
ryoungbugs
Offline Send Email
Jul 8, 2004
1:14 pm
983
Hello All, I am getting following error when i try to run sql query. 57011(-904)[IBM][CLIDriver][DB2]SQL0904N Unsuccessful execution caused by an unavailable...
nikila_niyomi
Offline Send Email
Jul 8, 2004
5:38 pm
984
Reason Code 00C90084 Explanation: The temporary file with the page size shown in NAME is not available. An error was detected either during the opening of the...
james.l.herrmann@...
jim_kcsr
Offline Send Email
Jul 8, 2004
5:48 pm
985
Thank you very much Jim!, I really appreciate your help. regards, nikila. ... 00C90084 ... is not available. An error was detected either during the opening...
nikila_niyomi
Offline Send Email
Jul 8, 2004
7:12 pm
986
When I generate DDL (against Oracle) for a view that is very long the generated DDL is truncated after 111 lines....
williamstandkeiii
williamstand...
Offline Send Email
Jul 13, 2004
2:08 pm
987
well, much to my surprise, only if 8.1.X < oracle are descending indexes definable. hmmm. but when that's the case, can the index detail display show this, a ...
ryoungbugs
Offline Send Email
Jul 13, 2004
4:24 pm
988
I am reluctant to add this to the index display, as column DESCEND does not exist in ALL_IND_COLUMNS prior to Oracle V9 (or is it 8.1?). If you really want to...
Phil Castle
cardettnz
Offline Send Email
Jul 14, 2004
12:26 am
989
It's truncated after 10,000 bytes rather than 111 lines per se. There is currently a technical limit in AQT where by the maximum size of a data value retrieved...
Phil Castle
cardettnz
Offline Send Email
Jul 14, 2004
12:29 am
990
... 8.1?). ... file ... cool ... a.table_OWNER,a.table_NAME,a.uniqueness, ... A,SYS. ... a...
ryoungbugs
Offline Send Email
Jul 14, 2004
12:35 pm
991
Why do I get the records I'm looking for with this SQL: SELECT policyp.policy_no, insureds.insured_no FROM policyp LEFT OUTER JOIN insureds ON...
fofilofi
Offline Send Email
Jul 15, 2004
3:19 pm
992
Is there a way to get AQT to open a SQL file for EDITING (not running in batch mode) I would like to associate all my older sql files so that AQT opens with ...
Theophan
THEOPHANC
Offline Send Email
Jul 15, 2004
4:25 pm
993
AQT currently only generates Informix native format for joins, not Ansi format (which you are wanting). However I see there is a bug in the way it does the...
Phil Castle
cardettnz
Offline Send Email
Jul 16, 2004
6:26 am
994
Currently there is no way of doing this. AQT can accept (as a startup arguement): a) the name of an mdb file (which is will then open) b) the name of a sql...
Phil Castle
cardettnz
Offline Send Email
Jul 16, 2004
6:31 am
995
I'm looking for a way to optimize the queries on the updates. A query of the type : update T1 set (F1,F2)=( select F3,F4 from T2,T3 where T2.F4=T3.F4 and...
betterpc2003
Offline Send Email
Jul 18, 2004
1:05 pm
996
Hi, if not all of the rows in table t1 have to be updatet you should extend the sql-command: update T1 set (F1,F2)=( (select F3,F4 from T2,T3 where T2.F4=T3.F4...
Dirk Reckeweg
dirk.reckeweg@...
Send Email
Jul 18, 2004
1:42 pm
997
Hi I'm working with AQT and a DB2 environment and I'd like to join 2 tables and see the rows in one even if there is no match. (This preserves the number of...
bmosca08
Offline Send Email
Jul 18, 2004
3:01 pm
998
I am surprised you are having trouble, as this join syntax works on most versions of DB2 I am familiar with. Could you tell me what Db2 you are working with...
Phil Castle
cardettnz
Offline Send Email
Jul 19, 2004
10:23 am
999
I get an 'invalid year in date' when updating a query. UPDATE informix.cl SET adate='2000-07-12' WHER policy_no='any123456' I found the Date Format under...
fofilofi
Offline Send Email
Jul 19, 2004
11:33 pm
Messages 970 - 999 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