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 823 - 855 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
823
Ah, well that would explain it. Thanks for the update. DO put it in please :). Phil Castle <group@...> wrote:Woops. You weren't meant to see this....
Roger Davies
rogowar
Offline Send Email
May 2, 2004
3:53 pm
825
Phil, We have rolled out V6.1.2 to all our DB2 developers, and the response has been very good. I had a one hour training class last week to introduce the new...
james.l.herrmann@...
jim_kcsr
Offline Send Email
May 4, 2004
10:23 pm
826
In the data loader, there is an option to choose what your column delimiter is such as a comma. I have a file that is delimited by tabs. (It actually is a...
delwork7
Offline Send Email
May 5, 2004
1:10 pm
828
I'm new to the forum. Has anyone gotten this feature to work? I tried deleting the registry entries as suggested but still doesn't work. When I test with...
Camitta, Steven
scamitta
Offline Send Email
May 5, 2004
2:50 pm
829
This looks like a bug in AQT. We have replied to Steve with details on how to circumvent. Malcolm ... tried ... When I ... or Anyone ... subscript ... Micro...
Phil Castle
cardettnz
Offline Send Email
May 5, 2004
10:39 pm
830
For some reason we missed out putting in a mechanism for specifying tabs. Will correct in the next point release. If this is very urgent for you, we can get...
Phil Castle
cardettnz
Offline Send Email
May 5, 2004
10:40 pm
831
Malcolm??? It is not urgent. ... urgent ... data...
delwork7
Offline Send Email
May 6, 2004
1:05 pm
832
One feature of QMF that we sometimes miss is the ability to save the results of a query as a table. It occurs to me that this would not be such a stretch for...
james.l.herrmann@...
jim_kcsr
Offline Send Email
May 7, 2004
8:15 pm
833
In our database,MS SQL Server 2000, we can just do a "SELECT * INTO your_new_table_name FROM original_table" and it creates a table with allt the elements and...
delwork7
Offline Send Email
May 8, 2004
8:49 pm
834
Hi Phil, using Data loader from basic edition 6.1.2 gives me some problem. I'm trying to load data from an excel worksheet, it seem like AQT is reading badly...
realquo2003
Offline Send Email
May 10, 2004
2:22 pm
835
I discovered the error was due to a data type, I was mistakenly trying to load too big figure into a "float" field. Thanks SG...
realquo2003
Offline Send Email
May 10, 2004
3:01 pm
836
My idea on this is to use the existing facilities of the databases for this. For instance in DB2/UDB, in the Run SQL window you can do Create ... a (summary)...
Phil Castle
cardettnz
Offline Send Email
May 11, 2004
6:48 am
837
i'm going into a meeting in the next few minutes (isn't it always thus). the client has been having problems using an application importing facility. i'd...
ryoungbugs
Offline Send Email
May 13, 2004
2:13 pm
838
There is no limit as such. I have used it to load over a hundred thousand rows. However I think you will find it very slow for large imports - this is because...
Phil Castle
cardettnz
Offline Send Email
May 13, 2004
9:00 pm
839
... well, i was dis-invited. oh well. copying the file and using Import from their UDB Command Center was something i considered. thanks, robert ... there ...
ryoungbugs
Offline Send Email
May 13, 2004
9:26 pm
840
Is it possible to speed this up? I like the AQT load feature a lot because it has so much flexibility. But I'm aware of the performance limitations. ... ...
Camitta, Steven
scamitta
Offline Send Email
May 13, 2004
9:33 pm
841
is it possible to add a column with a specific value for all results in a sql query... for instance i have: select firstname, city from CUSTOMERS output ...
jim@...
jimcoam
Offline Send Email
May 13, 2004
9:50 pm
842
Yes, just go: select firstname, city, 'ABC123' AS "KeyCode" you almost had it - you just has the single and double-quotes the wrong way around. In the AQT...
Phil Castle
cardettnz
Offline Send Email
May 14, 2004
3:55 am
843
gotcha... thanks! jim warren jim@... 702.743.0208 fax: 702.921.0208 ... From: Phil Castle [mailto:group@...] Sent: Thursday, May 13, 2004...
jim@...
jimcoam
Offline Send Email
May 14, 2004
4:47 am
845
Hello Phil, We have migrated from BD2 UDB-client Vers. 7 to Vers. 8.1. Now my queries are not longer executed asynchronous. That means, in the status line...
radisma
Offline Send Email
May 14, 2004
7:01 am
846
Hello, using aqt 6.1.2 against a DB2 V7.1, i try to validate values with the 'Sum Cell Values' Feature. I got wrong results, i assume even float, double,...
rto_info
Offline Send Email
May 14, 2004
10:18 am
847
I have the exact same problem with DB2 Connect V8, when V7 worked correctly. My VB developers tell me it's something that the application has to do. Phil,...
james.l.herrmann@...
jim_kcsr
Offline Send Email
May 14, 2004
2:55 pm
848
I've had a close look at this and put on several traces. It does seem that the async feature doesn't work with the DB2 V8 client, but does with the DB2 V7...
Phil Castle
cardettnz
Offline Send Email
May 14, 2004
9:09 pm
849
Yes, but I have this set already, and it still doesn't work. I guess I'll open a ticket with IBM. I'll also have a VB coder here do a basic test to see if he...
james.l.herrmann@...
jim_kcsr
Offline Send Email
May 14, 2004
9:14 pm
850
My async seems to be working. When I run SELECT * from large table, it updates the rows retrieved by 1000 at a time and I am able to hit escape to stop it....
Camitta, Steven
scamitta
Offline Send Email
May 14, 2004
9:24 pm
851
A bit more info - I always get count increment by 1000, always can always ESC, always have abort button. Even if I set AQT tech parm option to NO. 1st time I...
Camitta, Steven
scamitta
Offline Send Email
May 14, 2004
9:46 pm
852
When you run a query, it runs in two phases a) "executing" the Select SQL statement b) fetching the rows (one at a time). The async issue only relates to the...
Phil Castle
cardettnz
Offline Send Email
May 17, 2004
12:54 am
853
I'll also post the Google group, which often gets good answers. A C program will also test it. I use native ODBC calls which aren't normally done from VB. He...
Phil Castle
cardettnz
Offline Send Email
May 17, 2004
1:01 am
854
Odd, it works OK for me even when the cells contain decimals and scientific notation values. Could you send a screen-shot of what you are seeing to...
Phil Castle
cardettnz
Offline Send Email
May 17, 2004
1:05 am
855
I am using AQT 6.1.2 and maybe I just haven't figured out how to do it yet, but.. At the 'build query' screen, you bring a table to the sceen, then join it to...
delwork7
Offline Send Email
May 20, 2004
3:14 pm
Messages 823 - 855 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