Search the web
Sign In
New User? Sign Up
aquadatastudio · Aqua Data Studio
? 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 5973 - 6002 of 7593   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5973
Greetings, I have started using the Aqua commands .saveResults and .sendMail to automate tasks. One issue that I have discovered is that when a task is ...
bbplumlee
Offline Send Email
Dec 4, 2007
3:07 am
5974
Hi, ... my email application is opened and an email is created but never sent. Can you clarify and/or send a screenshot? ADS sends mail directly, so no other...
John LH
johnlhaxor
Offline Send Email
Dec 4, 2007
3:38 am
5975
John, I have created a script which does a simple query, saves it to a file and sends the file to me. This works great in ADS and from the command line. It...
bbplumlee
Offline Send Email
Dec 5, 2007
5:19 pm
5976
ADS 6.5.7 please add, in print Options->Section Select "chart" currently in order to print the chart from pivot table you have to have the chart maximized...
Icelord26
Offline Send Email
Dec 6, 2007
6:08 pm
5977
Hi, Printing of the charts in the grid or pivot grid are currently not supported. I am not sure how you printed the chart but this is not possible. In 7.0 we...
John LH
johnlhaxor
Offline Send Email
Dec 7, 2007
1:28 am
5978
There is a UI bug in the storage manager. I didn't find any other way of submitting bug reports so please let me know if I should submit somewhere else. If you...
Nikolay
nikolaymetchev
Offline Send Email
Dec 8, 2007
4:51 pm
5979
Hi, This works well for me. Can you provide me ... What version/build of ADS you are using? What OS/version you are using? What Java version you are running...
John LH
johnlhaxor
Offline Send Email
Dec 8, 2007
8:08 pm
5980
Hi John, Recently the hard drive on my home machine crashed. I was able to save my .datastudio directory however I chose to use my work computer account to...
John Allen
qprjohn
Offline Send Email
Dec 16, 2007
3:55 am
5981
Hi, ... (home and work) You can use the ADS file Compare to compare the two datastudio.properties files. But both files have the same properties with the same...
John LH
johnlhaxor
Offline Send Email
Dec 16, 2007
4:16 am
5982
Hi, I am new to this group. I edited a very simple stored procedures create or REPLACE PROCEDURE "DatbaseA"."web_Tracking" is ID Tracking.ID%Type; D...
freudejoy03
Offline Send Email
Dec 18, 2007
6:55 pm
5983
Hi, What syntax did you use to execute the procedure? Did you wrap it with a anonymous PLSQL block? If you find the procedure in the schema browser you can...
John LH
johnlhaxor
Offline Send Email
Dec 18, 2007
7:00 pm
5984
Thank you for response, John Yes, I can see my stored procedure in schema browser. I right clicked it and opened the SP in 'Prcocedure Editor' and hit the ...
freudejoy03
Offline Send Email
Dec 18, 2007
7:23 pm
5985
Hi, Ah, I see ... you created your procedure with quotes ... which means Oracle uses case-sensitivity. Then you execute with out quotes so Oracle assumes all...
John LH
johnlhaxor
Offline Send Email
Dec 18, 2007
7:26 pm
5986
Thanks! Problem solved.. ... click and ... message ... the same...
freudejoy03
Offline Send Email
Dec 18, 2007
8:00 pm
5987
A while ago I was complaining about the connection problems that I get whenever the connection between ADS and SqlServer is dropped for some reason. ... It...
Pasi Oja-Nisula
pojanisu
Offline Send Email
Jan 1, 2008
1:56 pm
5988
Hi, Try this ... in the Server Properties under the Advanced Tab on the "Driver Param:" ... add "socketTimeout=15" without quotes. See if that helps. -John...
John LH
johnlhaxor
Offline Send Email
Jan 1, 2008
4:17 pm
5989
... Yes it helps. If the connection has been dropped, I get this after ... Invalid state, the Statement object is closed. ... I/O Error: Read timed out But on...
Pasi Oja-Nisula
pojanisu
Offline Send Email
Jan 2, 2008
7:25 pm
5990
Hi, The problem you are having is because of your network. You can try to find workarounds with ADS, but in the end the most appropriate solution would be to...
John LH
johnlhaxor
Offline Send Email
Jan 2, 2008
8:15 pm
5991
I too have similar problems and the annoying thing here is for awhile they had 'fixed' it. Now it is back again with a vengeance. I'll keep trying to get...
John Allen
qprjohn
Offline Send Email
Jan 2, 2008
9:00 pm
5992
... You are absolutely correct. And I appreciate your effort very much. I actually got a response to my query and the recommendation from the network people...
Pasi Oja-Nisula
pojanisu
Offline Send Email
Jan 2, 2008
9:32 pm
5993
As long as we are this seriously off topic: eWallet at http://www.iliumsoft.com/ Windows version and it sync with a Palm or Windows PDA so you can securely...
Matthew Persico
matthew_persico
Offline Send Email
Jan 3, 2008
2:43 pm
5994
I use ADS to connect to an Informix Database and run queries. I know by defauly ADS does not accept date value in the following format (01/01/2007). Is there a...
vbvr
Offline Send Email
Jan 4, 2008
3:01 pm
5995
Hi, The Informix JDBC driver provides a DBDATE variable ... ...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2008
5:36 pm
5996
Hi John, In ADS, I went to Server Properties --> Advanced. Under the advanced tab, there are two options. 1. Txn Isolation Level 2. Driver Parm. regards V ... ...
vbvr
Offline Send Email
Jan 4, 2008
6:01 pm
5997
John, Wow. Is it possible to set up a default format for dates for oracle, in ADS? I get sick of having to use DD-Mon-YYYY ... or issuing an alter session...
Will Senn
wdsenn
Offline Send Email
Jan 4, 2008
6:20 pm
5998
Hi, Oh, put the value in Driver Param. -John...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2008
6:23 pm
5999
Hi, Sadly enough, Oracle does not provide an option to set this value. ALTER SESSION is the only way. Or you can change the Oracle server default format if...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2008
6:40 pm
6000
Tried entering the value in the Driver Param option. I get the following error after clicking on OK. Connection failed: [Microsoft][ODBC Driver Manager] Data...
vbvr
Offline Send Email
Jan 4, 2008
8:13 pm
6001
Hi, The option I send was for the JDBC driver which is for the "Informix" connection type. You must be using the "Informix - ODBC" connection type. In this...
John LH
johnlhaxor
Offline Send Email
Jan 4, 2008
8:25 pm
6002
John, We have some Sybase databases that have named segments so that we can put heavily hit objects on their own devices. Storage Manager only shows data,...
Brad Plumlee
bbplumlee
Offline Send Email
Jan 8, 2008
9:30 pm
Messages 5973 - 6002 of 7593   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