I received the same result: 12/1/2004 1:43:48 PM -----AQT started 12/1/2004 1:43:48 PM -----Processing file batch_sample.sql 12/1/2004 1:43:48 PM Running :...
I got it. Sorry as I was mixing and matching a few things. This worked: --aqt connect,dbs=gogdbm,user=xxx,epwd=yyy ________________________________ From:...
A number of reasons: a) we use native ODBC calls, which gives AQT very fine control of the database interface. This means that AQT has lesser impact on the ...
I am executing a select where one of the columns is a varchar(255) in a Sybase database. For each row returned I get a message Data Truncated and the data in...
Phil, I have WinXP SP2 and it comes with Windows Installer installed. I have not yet been succesful in upgrading. Thanks. Daniel ... installed. ... interrupted...
Go to Options>Display Limits. Set Maximum Column Size to (say) 500. You probably have it set to something lower. The Maximum Column Width sets the maximum...
I have no further ideas as to why you are having trouble installing. However you can do a "manual" install: a) download http://www.querytool.com/aqt614alt.zip ...
Phil, Managed to solve the install/upgrade problem. Microsoft has a support document under it. Here is the solution for 'error:1324 "The Path My Pictures...
Some of our end users are not very savy. I would like a user to click on the AQT shortcut, connect and run a query from a file displaying the output on the...
At this stage the startup script just allows you to connect to a database and run some (non display) SQL that (for instance) sets some environment attributes. ...
Hello Phil, there is an error in the SQL-syntax the function "Build Query" generates. I think, the error happens when the original syntax uses the "join"- ...
Hi Phil My DBA's have set up Heterogeneous links in my Oracle 9i database to my Sybase ASE 12.5 database but when I try to query tables in Sybase from Oracle...
Hi, I wonder if you can generate a debug file for me (see Options>General Options) and maybe also an ODBC Trace (Options>Technical Parameters) and email these...
You are right. I'll correct this in AQT v6.1.7, due out at the end of the weekend. Basically AQT has trouble with join conditions which don't involve both...
DB2. version 7.2 z/OS Temporary database created Statements launched from AQT A. 1. create global temporary table tb (id integer, namn char(20)); 'OK' Creates...
I think the problem here is that Db2 global temp tables only exist in the same unit-of-work in which they are created. By default, AQT does a commit after...
Just been testing AQT v6.1.7 with SYBASE ASE 12.5 I've noticed that since AQT v6.1.6 the commented out drop statement for the generate table isn't working. (It...
will be spending time with XDB, but not MainFrame Express; that is, i don't have an MFE installation on my machine. so AQT is my access to XDB databases....
Phil, This new feature works well and give me a way to auto login and present the user with the results of my SQL. Thank you for making the time to do this....
Hello everyone I have been trying to insert about 52 million rows into a table. However, AQT seems to be stopping after 9757916 rows. I get a simple message...
Hi Phil, i'm using AQT 6.1.6 adv. i try to create DDL's using Option 'Send Output to one file per object' and define a directory that does not exist. AQT asks...
I can't think of any reason why this might happen. AQT just passes your SQL to SQL Server for processing (AQT itself doesn't do the insert). It could be that...