Are you still planning on doing this? If this is already done can you tell me how to access it? I have version 8.1.3 of your product and I don't see how to...
Hi, I would like to buy the software from Mexico (I already have my bur reference), just I want to know if once I made the payment, the software will be...
There's no shipment of a physical product. When you purchase a license you will be emailed a license key. When this is loaded into AQT, it turns it from an...
At the top of the list-of-procedures is the Admin Toolbar. Click on the 5th of these icons, this has a dropdown, select Compile. This will show you a window...
Thanks for the quick response. I couldn't locate any info on compiling in the help. I have the standard edition of the product. The run button for the...
I apologize for the heading, but I have already tried to post this message, and it never went onto the board. I am running version 8.1.2, and I am having a...
I don't have any immediate suggestions as to what might be the problem here. It could be that your machine is running low on memory. Does the slow load-time...
Thanks for the input Phil! The issue occurs when opening the results windows for the most part. I have about 1GB of RAM in this PC, and I do not have problems...
You should also check that you don't have an ODBC Trace switched on by mistake. This will definitely slow down your AQT session. See the ODBC Admin window >...
would like to learn more aabout how to features of AQT that support actions like: RUNSTATS - not only running this utility, but clearly seeing what tables...
Hi there, Yes, AQT is more than just a query tool, and has many features for the DBA and Developer. 1. Runstats. AQT is able to run Runstats against your...
and can be downloaded from http://www.querytool.com/download.html For information on what is new in this release, see http://www. querytool.com/whatsnew.html ...
The improved load time for the data base explorer is great! It works for more than just table schemas. Tablespaces, columns, packages and procedures load...
I would write a script in AQT to automate which should compare nearly around 200 tables in Informix with Oracle.If so any one can guide me how to do that. ...
Yes, this is possible to do. The Data Compare function of AQT can be scripted, so you can set up a batch job to run a large number of compares. Information on...
Sriya is wanting to write a script in AQT to compare tables in Informix with Oracle. If you are looking at comparing record numbers I have a script that...
Hello, I am trying to comapre two dates; In the database its stored as yyyy- mm-dd hh:mm:ss. How do I use the between function to just compare yyyy- mm-dd?...
It depends on the database you are yousing, but you should use a function to get the datepart of the timestamp. Examples for DB2: ... WHERE date(timestamp1) =...
This is returned when using Sql History to re-load a Table Function statement: Unable to find columns for TABLE( Bar.SomeFunction('ZZZ') in database Foo Error...
This error happens when AQT tries to find the column-list for the "table" in your query. AQT gets confused by this form of statement - it is looking for...
Sandra, I am looking for similar kind of script .Could you please share yours. Appreciated. Thanks Sriya Sandra Monk <sandra.monk@...> wrote: Sriya is...
Hi, Phil when I save the query: 1) SELECT DISTINCT paz.cognome, paz.nome, paz.nascita, trp.co_des 2) FROM DBA.cart_terap trp, 3) DBA.pazienti paz, 4)...
It could be that the Query Builder is having trouble interpretting your SQL. If you retrieve the query into the Run SQL window, is the SQL correct there? It...
AQT815, Sybase ASA Hi Phil, When generating DDL for a table is it possible to take along the defauts i.e. default content such as 'current user', ' current...
AQT 815; sybase ASA Hello Phil, When looking at the text of a trigger via 'Full details of trigger .....', only the first 20 lines are shown on the screen....
aqt version 7.1.7 1)is something like this possible. I get errors about dbmaster not open. Is there a way to reference a connection like this? I tried using...