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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1131 - 1160 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1131
I am installing AQT v 6.1.5 on a Windows XP SP1 machine. Two things are going crazy. It will not show a config file on the database properties when displaying...
dpechotta
Offline Send Email
Oct 1, 2004
3:09 pm
1132
exactly... how do you set this up... basically the flat file is in Server A, and I want import this flat file to Server B. Is there a documentation on this? ...
bichonfrise74
Offline Send Email
Oct 1, 2004
8:08 pm
1133
It looks like AQT is not recognising the type of database it has connected to. The Explain option is only visible if it has connected to DB2 (or Oracle, MySQL,...
Phil Castle
cardettnz
Offline Send Email
Oct 1, 2004
8:12 pm
1134
The help system for the Data Loader tells you how to use that tool. In your particular scenario, you need to run AQT on a machine that: a) can read the flat...
Phil Castle
cardettnz
Offline Send Email
Oct 1, 2004
8:22 pm
1135
couple of things that would help: - how big a deal is it to bifurcate the User Rights Allowed SQL into two parts, one for System Tables, and one for User...
ryoungbugs
Offline Send Email
Oct 1, 2004
8:43 pm
1136
I have clicked on the load defaults button. It does not help.. The two parameters you have asked about are.... DATABASE TYPE - DB2/MVS INTERNAL AQT TYPE -...
dpechotta
Offline Send Email
Oct 4, 2004
12:43 pm
1137
Phil, this is a review of an earlier problem and resolution you had provided, although one fix cause an error for the other From an earlier issue that we had...
John
klawria164
Offline Send Email
Oct 4, 2004
1:21 pm
1138
I have been using AQT's Data Loader to load Excel Spreadsheets of data into tables. I am running into a problem now where the field type is a varchar(255) and...
w0lver
Offline Send Email
Oct 4, 2004
3:38 pm
1139
... In the ODBC Log I'm getting: aqt d50-c08 EXIT SQLExecute with return code -1 (SQL_ERROR) HSTMT 02141F90 DIAG [01004]...
w0lver
Offline Send Email
Oct 4, 2004
5:33 pm
1140
I am having trouble updating 3 fields at once, from an single subquery. Existing logic (gives an unexpected token error, 42601): UPDATE...
greggranger2003
Offline Send Email
Oct 4, 2004
8:39 pm
1141
I presume you are dealing with DB2 here. The syntax for your SQL is wrong. When you update multiple columns you need to use syntax such as: UPDATE...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
2:49 am
1142
Hi John, I've been looking at the rowcount issue again, hoping to put in a fix. However I'm now puzzled as I cannot reproduce the behaviour you have noticed. I...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
5:40 am
1143
I'll look into it. One solution may be to automatically add a "set rowcount n" to all queries that run. I have spent the whole day on this. This seems resolve...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
5:43 am
1144
I'll look into it and get back to you in a day or two. My Informix server has died, so I'll need to try and resurrect it before I can understand what is going...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
5:46 am
1145
To answer my own post, the rowcount "sticks" if the ODBC Datasource is defined with a Select Method of 1-direct, and ignored with 0-Cursor. This has just gone...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
8:24 am
1146
Thanks Phil...you the man. How can you dictate whether AQT treats the statement as Db2 or SQL? Thanks ... you ... on a ... help...
greggranger2003
Offline Send Email
Oct 5, 2004
12:57 pm
1147
Hi, maybe it's not an aqt problem I have but perhaps you can help me. Since changing from my old PC (P III 700MHz 256MB RAM) with windows 2000 professional to...
Dirk Reckeweg
dirk.reckeweg@...
Send Email
Oct 5, 2004
3:14 pm
1148
I am running a query that joins data from a table in SQLServer with a table in mainframe DB2. I have successfully run it to write the results to a table in...
houseofmiller
Offline Send Email
Oct 5, 2004
3:42 pm
1149
We have had several occurances of several querries not displaying the Fetching Data screen while running. This makes it impossible to abort and in several...
keithylirian
Offline Send Email
Oct 5, 2004
6:59 pm
1150
I can't think of anything in AQT that might cause this problem. Most of our machines are Win XP, so there is no problem running on this. Make sure you are not...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
7:43 pm
1151
Queries are processed in two phases: a) running the query on the server b) fetching the data If a) takes a long time, then AQT will be locked and you will not...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
7:54 pm
1152
When you run a query, AQT doesn't "do" anything to the query. It just passes it, as you have written it, to the database for processing. If you get an error...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
7:56 pm
1153
Actually I'm not sure how you have joined SQLServer and DB2 data, as AQT doesn't support joins across more than one database. Maybe you have copied the DB2...
Phil Castle
cardettnz
Offline Send Email
Oct 5, 2004
8:05 pm
1154
You got it! Exactly this was the reason!!! Thank you Kind regards Dirk Reckeweg ... [Non-text portions of this message have been removed]...
Dirk Reckeweg
dirk.reckeweg@...
Send Email
Oct 6, 2004
6:35 am
1155
I think I may have a resolution to this. a) download http://www.querytool.com/aqt617.zip b) go to Options>Technical Parameters and set the option "For Sybase ...
Phil Castle
cardettnz
Offline Send Email
Oct 6, 2004
9:28 am
1156
In the absence of my Informix machine being unable to locate it's C drive, I wonder if you could: a) switch on Options > Debug Mode b) run a load c) email the...
Phil Castle
cardettnz
Offline Send Email
Oct 6, 2004
9:30 am
1157
Thanks, I will try this. Can you detail what you have coded the "set rowcount" to do within AQT ... Sybase ... tearing ... had ... previous ... some ... Cursur...
John
klawria164
Offline Send Email
Oct 6, 2004
8:11 pm
1158
This is described in the AQT Help. See Technical Information > Rowcount for SQL Server and Sybase. Basically, AQT will issue a "set rowcount n" every now and...
Phil Castle
cardettnz
Offline Send Email
Oct 7, 2004
4:10 am
1159
That all looks normal. AQT will show the Explain option if the Internal AQT Type is 3. I have no real explanation for what you are seeing. Maybe you can switch...
Phil Castle
cardettnz
Offline Send Email
Oct 7, 2004
10:16 am
1160
Should be in your mailbox now... Thanks, Ross...
w0lver
Offline Send Email
Oct 7, 2004
7:11 pm
Messages 1131 - 1160 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