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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1192 - 1221 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1192
I have created a db userid wih limited security access. When the user connects to the db via AQT, he can see the tables in the appropriate folders in the left...
Paquette, Sylvain
sjpaq
Offline Send Email
Nov 1, 2004
3:57 pm
1193
Hi, Is there a way to export to Insert Statements multiple tables at once (in the same file)? It is already possible to do it, but only one table at a time. ...
pchayer
Offline Send Email
Nov 1, 2004
6:44 pm
1194
The queries that AQT runs to populate the Database Explorer for SybaseIQ are held in file sybasea.cfg. In the case of the Columns display, the user requires...
Phil Castle
cardettnz
Offline Send Email
Nov 1, 2004
6:50 pm
1195
No, this is not possible. All the data goes to a single table. Are you exporting from a join, and want the data to go to the different tables in the join? One...
Phil Castle
cardettnz
Offline Send Email
Nov 1, 2004
6:55 pm
1196
What I would like to be able to do, is select a bunch of tables, and then having the possibility to export the data in those tables to a file, and outputing...
pchayer
Offline Send Email
Nov 2, 2004
3:57 am
1197
I think you can do it like this: Run the sql for one table. The choose File -> Export results (or F7). For the first table choose output as INSERTs and File...
polson03
Offline Send Email
Nov 2, 2004
7:55 am
1198
This method is ok if you only have a couple of tables. But I have to deal with around 75 tables... In a developement cycle, when you are moving data often in...
pchayer
Offline Send Email
Nov 3, 2004
1:42 pm
1199
You can do this as follows: a) in the Database Explorer, ensure you have a list of tables in the middle pane b) go Tools > Generate Text (or the "yellow" icon...
Phil Castle
cardettnz
Offline Send Email
Nov 5, 2004
2:28 am
1200
I had previsouly locked the admin component from within the application, greying out the bar from use. We have recently changed the ODBC drivers for use with...
John
klawria164
Offline Send Email
Nov 5, 2004
1:29 pm
1201
I will send you information on this. Note that uninstalling and reinstalling AQT will not fix this. Phil. ... this...
Phil Castle
cardettnz
Offline Send Email
Nov 5, 2004
6:59 pm
1202
There is a problem looking at indexes in AQT version 6.1.6 using DB2 version 7 on ZOS. When you click on any index owner name in the index portion of the...
dpechotta
Offline Send Email
Nov 5, 2004
8:07 pm
1203
These queries have invalid syntax (for Db2/zos v7). I will send you a corrected cfg file in a separate email. Phil. ... Expected...
Phil Castle
cardettnz
Offline Send Email
Nov 5, 2004
9:02 pm
1204
... for what it's worth, i (you) can see the same info from the table display, indexes. ... The ... Expected ... (select...
ryoungbugs
Offline Send Email
Nov 5, 2004
9:07 pm
1205
Exactly what I was looking for. Works great. Thanks!...
pchayer
Offline Send Email
Nov 8, 2004
2:07 pm
1206
What connect parameters/format do I need in order to connect via batch with AQT using an ODBC driver from Openlink? We connect to other packages using this...
javelin71amc
Offline Send Email
Nov 8, 2004
8:59 pm
1207
I am getting some unexpected results comparing schemas from one DB2 database (V8.1) to another DB2 database (V8.2). It is coming back stating that a Table in...
jjgritmon
Offline Send Email
Nov 8, 2004
9:38 pm
1208
Haven't used "Openlink" but here is a script I use with the Datadirect drivers and a Progress DB. Not sure if this will help or not; but I simply give it the...
C. Bensinger
cbensinger
Offline Send Email
Nov 8, 2004
9:52 pm
1209
Your connect should be: --aqt connect,Conn="Driver=C:\OPENLINK\oplodb32.dll;DSN=gogdbm; Database=gogdbm;UID=;Pwd=;" Eg. two minus signs before aqt, and the...
Phil Castle
cardettnz
Offline Send Email
Nov 9, 2004
1:39 am
1210
This can happen if your two databases have different collating sequences. AQT gets the information on your tables with the following query run against each...
Phil Castle
cardettnz
Offline Send Email
Nov 9, 2004
1:44 am
1211
I have just started to work with Advantage Database Server and quite like using AQT over their Advantage Data Architect for the pure ease of browsing the...
gavinjolly
Offline Send Email
Nov 9, 2004
9:05 am
1212
Thanks Phil, as I am now using the dsn. ... via ... to ... parameters...
javelin71amc
Offline Send Email
Nov 9, 2004
5:48 pm
1213
Hi All, I am new to AQT tool.Can someone tell me how to see the output of DBMS_OUTPUT.put_line used within a stored procedure.The procedure seems to be...
keerthi m
keerthimin
Offline Send Email
Nov 9, 2004
6:49 pm
1214
I have a batch file with output type=insert that works fine. type=insert in non batch mode will prompt for table and max line length. Can I force the prompt...
javelin71amc
Offline Send Email
Nov 9, 2004
7:25 pm
1215
... of DBMS_OUTPUT.put_line used within a stored procedure.The procedure seems to be executed.But I cannot see any output.Is there any command ... If this is...
gavinjolly
Offline Send Email
Nov 9, 2004
9:03 pm
1216
No, Oracle is a bit different than Sybase. The DBMS_OUTPUT goes to an Oracle system buffer; it can only be seen if you run some PL/SQL code to retrieve it. AQT...
Phil Castle
cardettnz
Offline Send Email
Nov 9, 2004
9:48 pm
1217
This currently a limitation, which I have fixed in AQT v6.1.7. This has a parameter maxlen=xxx in which you can specify this. You can also do a Generate Batch...
Phil Castle
cardettnz
Offline Send Email
Nov 9, 2004
9:53 pm
1218
This is slightly odd. Could you send a screenshot (to phil@querytool. com) so I can see what it looks like. Also, a debug file (Options > General Options)...
Phil Castle
cardettnz
Offline Send Email
Nov 9, 2004
9:59 pm
1219
Hey Phil, I had not received any information on this. please advise. Thanks! ... changed ... that...
John
klawria164
Offline Send Email
Nov 10, 2004
4:02 pm
1220
Thank you Phil as this new version solved my problem. The Generate Batch Control is also a nice feature!! ... This ... also ... yet ... ...
javelin71amc
Offline Send Email
Nov 10, 2004
4:56 pm
1221
When logged into AQT, at the bottom of the screen there are small boxes identifying what database you will go to when you click it. It also has an icon of a...
delwork7
Offline Send Email
Nov 10, 2004
7:54 pm
Messages 1192 - 1221 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