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 3569 - 3598 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3569
is this possible to do a batch export with dynamic file name?? something like this?? --aqt export,file=c:\dailyreport & today().xls so it will export a file...
victorchchu
Offline Send Email
Feb 1, 2008
8:35 pm
3570
I am trying to view Chinese data thru AQT 8.1.6. The database is DB2 version 8X. I have enabled the support Unicode and support Unicode in table and column...
ns_wait
Offline Send Email
Feb 1, 2008
9:30 pm
3571
If you look at the demo database AQTDemo, there is a table unicode_table. If you look at this, is the data displayed in Unicode correctly? If so then AQT (and...
Phil Castle
cardettnz
Offline Send Email
Feb 2, 2008
11:10 pm
3572
You can say: --aqt setparm,parm=today,value=<date> --aqt export,file=c:\dailyreport$today.xls This sets up a parameter "today" with a value such as 2008-01-28....
Phil Castle
cardettnz
Offline Send Email
Feb 2, 2008
11:18 pm
3573
Thanks So much!!!!!...
victorchchu
Offline Send Email
Feb 4, 2008
8:11 pm
3574
They've made me work with xdb again. Tried to delete a few rows, but get back: S1010(0)[Microsoft][ODBC Driver Manager] Function sequence error (0.02 secs) ...
ryoungbugs
Offline Send Email
Feb 5, 2008
2:37 pm
3575
Try Options > Technical Parameters > Use SQLExecDirect. If still no luck, send me an ODBC Trace (see Options > Technical) which should show me what is going. ...
Phil Castle
cardettnz
Offline Send Email
Feb 5, 2008
8:49 pm
3576
SQLExecDirect did it. And in a odd way. I inserted a row. Then deleted it. Got the Function Sequence Error (turns out there had been other issues with MFE...
ryoungbugs
Offline Send Email
Feb 6, 2008
1:23 pm
3577
EEK! This turns off Safe Mode setting. thanks, Robert ... rows, ... error...
ryoungbugs
Offline Send Email
Feb 6, 2008
6:38 pm
3578
SQLExecDirect - bit of a technical issue this. Generally AQT should run fine with SQLExecDirect selected. The only functional difference is (as you have...
Phil Castle
cardettnz
Offline Send Email
Feb 6, 2008
11:12 pm
3579
Hi Phil, i use the dataloader to load data from one table to another using a query. but if there are errors loading the data the file defined in 'Error...
dbfan111
Offline Send Email
Feb 7, 2008
12:41 pm
3580
Hi Phil, I'm seeing an issue in AQT 8.2.2. I am attempting to use the data loader to import an Excel spreadsheet into an SQL Server 2005 database. I am using...
gregorylpalmer
Offline Send Email
Feb 7, 2008
5:35 pm
3581
I have a create script... CREATE TABLE JBET_ERKLAERING ( OID DECIMAL(19, 0) GENERATED BY DEFAULT AS IDENTITY, VERSION INTEGER not null, ERKLAERINGSNR...
Steen Klingenberg
ibensteen
Offline Send Email
Feb 7, 2008
7:20 pm
3582
When exporting CLOBs to Excel spreadsheets, I experience that in every 10th row I don't get a hyperlink but an <aqtfile> tag! (see data below). How come ? Is...
Steen Klingenberg
ibensteen
Offline Send Email
Feb 7, 2008
7:20 pm
3583
Yes, this is a known problem. It will be fixed in AQT v8.2.3, due for release in about a weeks time. Thanks for reporting this. Phil. ... database. ... ...
Phil Castle
cardettnz
Offline Send Email
Feb 7, 2008
7:26 pm
3584
Yes, it is a bug. It was fixed in AQT v8.1.7. If you upgrade to the latest release, the problem should be fixed. Phil. ... every ... below). ... somehow ? ... ...
Phil Castle
cardettnz
Offline Send Email
Feb 7, 2008
7:37 pm
3585
It shouldn't do this, however this could possibly happen if the data type is reported to AQT as being LONGVARCHAR or CLOB instead of VARCHAR. a) what type of...
Phil Castle
cardettnz
Offline Send Email
Feb 7, 2008
7:56 pm
3586
Hi Michael, I will need some more information to resolve this problem. Could turn debugging on: Options > General - and select "Debug Mode" - reproduce the...
cardett_troy
Offline Send Email
Feb 7, 2008
8:45 pm
3587
a) DB2 for z/OS version 8 b) yes! Have just tried running... --aqt ...
Steen Klingenberg
ibensteen
Offline Send Email
Feb 7, 2008
10:51 pm
3588
In this case, could you generate a debug file for the export and email this to me at phil@... If you de-select CLOBs, does the problem still happen? ...
Phil Castle
cardettnz
Offline Send Email
Feb 8, 2008
7:43 pm
3589
Is that possible for something like, I am using a informix db. --aqt setparm,parm=today,value=<date> - 8 ?? Thanks Victor...
victorchchu
Offline Send Email
Feb 8, 2008
7:56 pm
3590
Not as such. However you can say: Select distinct TODAY - 5 from sometable --aqt setparm,parm=today,value=$result(1) $result(1) returns the first column of the...
Phil Castle
cardettnz
Offline Send Email
Feb 8, 2008
8:52 pm
3591
thanks so much!!...
victorchchu
Offline Send Email
Feb 10, 2008
8:28 pm
3592
Seemingly spontaneously (one step removed from coincidence), when I log into databases, the passwords aren't there. This appears to be true for most, but not...
ryoungbugs
Offline Send Email
Feb 12, 2008
2:23 pm
3593
I think I've got it, by Jove. The No Password option on Advanced is global, not connection specific? I clicked it for one database, at one time. thanks, ...
ryoungbugs
Offline Send Email
Feb 12, 2008
7:12 pm
3594
I've been unable to create triggers using MicroFocus xdb (8/6/2007 standalone driver). Sometimes it's an error number (412 IIRC), other times it says it can't...
ryoungbugs
Offline Send Email
Feb 12, 2008
7:59 pm
3595
Ran into this for the first time. May be new, or not. When running a DB2 'load from client' command, either the (db2) way or the Run as DB2 Command, it kept...
ryoungbugs
Offline Send Email
Feb 14, 2008
5:29 pm
3596
Yes, it is a limitation of the run-as-db2-command that the ODBC name must be the same as the database alias. AQT only knows the database by the ODBC name, and...
Phil Castle
cardettnz
Offline Send Email
Feb 14, 2008
7:23 pm
3597
ah, well. thanks. ... name ... as ... the ... name, ... I...
ryoungbugs
Offline Send Email
Feb 14, 2008
8:39 pm
3598
I'm running Oracle and using AQT 5.5.4 to create a new procedure. When I run the create or replace command, the prodcedure is created but my line comments (--...
aaronreiff
Offline Send Email
Feb 18, 2008
8:23 pm
Messages 3569 - 3598 of 4217   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