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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3093 - 3124 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3093
Sorry you didn't get my earlier reply (must have gotten lost somewhere). I presume you are referring to the fix whereby AQT will correctly interpret a join...
Phil Castle
cardettnz
Offline Send Email
Feb 2, 2007
5:39 am
3094
I am trying to convert a field which holds a proper name (all in uppercase) to the appropriate upper/lowercase. For example, I need to convert "MARY ANNE" to...
petersoncoleen
Offline Send Email
Feb 2, 2007
8:33 pm
3095
Most databases do not have an inbuilt function to do this. However if you let me know what type of database you are using, I'll be able to let you know for...
Phil Castle
cardettnz
Offline Send Email
Feb 3, 2007
4:45 am
3096
Utilizing DB2 (and the SAMPLE Database), Here is an example: SELECT RTRIM(SUBSTR(RTRIM(UCASE(SUBSTR(E.LASTNAME,1,1))||LCASE(SUBSTR(E.LASTNAME,2,14)))||', '|| ...
Steve Aldrich
stevealdrich45
Offline Send Email
Feb 3, 2007
7:16 pm
3097
Thank you so much.  This is the sql statement I used: UPDATE MSTR SET FIRST_NAME =                      UCASE(SUBSTR(FIRST_NAME,1,1)) ||...
Coleen Peterson
petersoncoleen
Offline Send Email
Feb 5, 2007
3:57 pm
3098
DB2 doesn't provide an easy way to do this. The only real way to do this is to write a user-defined-function to convert the string to the capitalize case. You...
Phil Castle
cardettnz
Offline Send Email
Feb 5, 2007
4:03 pm
3099
I suspected as much.  Thanks so much for everyone's help. Coleen ... From: Phil Castle <group@...> To: aqt@yahoogroups.com Sent: Monday, February 5,...
Coleen Peterson
petersoncoleen
Offline Send Email
Feb 5, 2007
5:26 pm
3101
AQT 8.1.5: aqt.exe - Application Error The instruction at "0x734fee9b" referenced memory at "0x00000010". The memory could not be "read". Click on OK to...
dbfan111
Offline Send Email
Feb 6, 2007
11:21 am
3102
AQT 8.1.5: aqt.exe - Application Error The instruction at "0x734fee9b" referenced memory at "0x00000010". The memory could not be "read". Click on OK to...
dbfan111
Offline Send Email
Feb 6, 2007
11:21 am
3103
This is a known problem with batch mode, which we haven't resolved yet. When a batch script terminates prematurely, AQT calls a Windows API to terminate the...
Phil Castle
cardettnz
Offline Send Email
Feb 6, 2007
4:25 pm
3104
I was usaing AQT 7.1.6 to run a SQL script which has a loop in there to insert multiple records into a temp table. The Run Multiple SQL Statements window shows...
½²´_²Æ
futsai
Offline Send Email
Feb 7, 2007
5:49 pm
3105
I currently query large DB2 tables by using Microsoft Access and linking via ODBC. It works well for the small tables, but when I have to work with large...
richkotite
Offline Send Email
Feb 8, 2007
1:14 am
3106
MS Access is *very* resource intensive when accessing large tables, or a system with a lot of tables. This is not due to ODBC per se, but the way Access...
Phil Castle
cardettnz
Offline Send Email
Feb 8, 2007
1:24 am
3107
Phil Thank you for the response. I look forward to playing with the demo at work tomorrow. Thanks Ed _____ From: aqt@yahoogroups.com...
Firebird
richkotite
Offline Send Email
Feb 8, 2007
1:50 am
3108
Phil, Can I use an IIF or Case statement in a column or criteria like Access. How do you use functions. Thanks Ed _____ From: aqt@yahoogroups.com...
Firebird
richkotite
Offline Send Email
Feb 8, 2007
11:40 am
3109
When you run SQL in AQT, it gets passed straight through to the database. You can only use functions etc which are valid for DB2. DB2 doesn't have the IIF...
Phil Castle
cardettnz
Offline Send Email
Feb 8, 2007
1:35 pm
3110
There is a limit on how much text can be written to the status bar. If you go to the History window you can see the full text (or at least the first 10k...
cardett_troy
Offline Send Email
Feb 8, 2007
8:40 pm
3111
Hi THats what I figured. I played around with the demo today...but it returns the first 50 rows and I need to test it against a real big table to watch its...
Firebird
richkotite
Offline Send Email
Feb 9, 2007
12:23 am
3112
We will email you a time-limited key that has full access to AQT. Phil. ... returns ... purchase.... ... Phil ... the ... "Firebird" ... Behalf Of ... tables, ...
Phil Castle
cardettnz
Offline Send Email
Feb 9, 2007
4:45 am
3114
I am running AQT 8.1.5 and just recently upgraded to Windows Vista. Now I can't run AQT. When I try to run it I get the following error: Error initialising...
mabaugh_2000
Offline Send Email
Feb 10, 2007
8:38 pm
3115
We haven't yet tested AQT with Vista, though we will do this soon. Try running the following commands in a cmd window: regsvr32 /u C:\Program Files\Advanced...
Phil Castle
cardettnz
Offline Send Email
Feb 12, 2007
9:12 am
3116
I did that and also had to register two other - toolbar control and frame control and now it works. What is weird is I had done this by running the...
mabaugh_2000
Offline Send Email
Feb 12, 2007
4:51 pm
3117
Hi Phil, Very pleased with the new functionality in v8, but I would like to raise some usability issues concerning "Favorites": In the "add muliple objects"...
vermeirl
Offline Send Email
Feb 16, 2007
2:00 pm
3118
Hi Phil, When creating a new folder, the "standard" folder "db" can be overwritten. When you do this, a (logically) corrupt fav*.txt file is created. The...
vermeirl
Offline Send Email
Feb 16, 2007
2:25 pm
3119
Hi Phil, In my opinion it would be better if all the text in the filter box be automatically selected with a single click ("on receive focus"), so that the...
vermeirl
Offline Send Email
Feb 16, 2007
4:20 pm
3120
Thanks, will fix some of these things. In Organize Favorites, multiple drag/drop and multiple delete is not possible as the Treeview component only allows a...
Phil Castle
cardettnz
Offline Send Email
Feb 17, 2007
8:02 am
3121
Will change the filterbox to highlight the text when it has received focus. There are many places in AQT where double-clicking a textbox will show you a bigger...
Phil Castle
cardettnz
Offline Send Email
Feb 17, 2007
8:05 am
3122
I am running aqt 8.1.5 with vista and office 2007 if I click on either the export icon or the menu option for export. AQT shuts down with no error message is...
mabaugh_2000
Offline Send Email
Feb 26, 2007
3:43 am
3123
You can enable debugging with Options > General > Debug. One possibility is that you don't have access to create files in the default location for export files...
Phil Castle
cardettnz
Offline Send Email
Feb 26, 2007
8:38 am
3124
As always thank you for the quick reply. I enabled debugging and this is what I get. AQT shuts down as soon as I click on the export icon or file export...
Michael Baugh
mabaugh_2000
Offline Send Email
Feb 27, 2007
12:59 am
Messages 3093 - 3124 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