hello, in a package body i have the following code : vRES:= '<? xml version=''1.0'' ?>'; when i compile it under aquastudio, it is automatically replaced with...
Hello, This is probably a dumb question, but I searched the archives and didn't find anything of use. When I select the contents of a table that has a TEXT...
The Aquafold site states that Aqua Data Studio 4.0 could be run at the same time as Aqua Data Studio 3.7 ( or any other ). I have had both on my system...
Hi Anthony, The first thing to do is isolate what JVM you are using. This depends on what ADS package you installed. The best thing to do is to use the batch...
Hi, I just tried this on ADS with the visual dialog editor, proc editor and the query analzyer and they all worked correctly for me. Can you tell me how you...
Hello there, Currently, the J2SE 5 installation as designed by Apple installs alongside the 1.4.2 release. Is there a way to have the double-clickable mac...
greg stasko
greg.stasko@...
May 4, 2005 4:54 am
2025
Hi John, and thanks for your time. I should have been a little clearer: in between each of the steps I restarted my PC, and each installation is the...
Hi John- Apparently I have been wasting your time, for which I apologise. I had had an app made by Nesoft ( www.nesoft.com ) called "Change folder icons"...
Hi Greg, ... utilize the J2SE 5 JDK? I believe the double click app is launched with the default JVM configured for the OS. From a terminal window you can...
With J2SE 5.0 and OSX 10.4 Tiger, you can launch /Applications/Utilities/Java/J2SE 5.0/Java Preferences and configure your installation. Just move the J2SE 5.0...
hi, in the schema browser, i select a package body, then "alter package body" in my code i had the following procedure : procedure test is v varchar2(100) :=...
Hi, The problem you are having could be related to the JDBC driver, connection type or version of Oracle you are using. Can you tell me the version of Oracle...
First, love Aqua Data Studio! Second, I was wondering if anyone has any experience with the JDBC- LDAP driver from http://www.openldap.org/jdbcldap/ (or any...
Hi Micah, I haven't used the LDAP driver, but with the error you are getting I am assuming that you either haven't specified the jar location correctly or your...
Many thanks for this discussion and for this tip in particular. Aqua Data Studio runs fine under Tiger / J2SE 5.0 on my system. Tad Davis ... -- Tad Davis ...
Hi All, I downloaded the latest version as well as the 4.0.10 jar file and I can't open the query analyzer window (Ctrl-Shift-W) option. Hendrik Kotze (DMS) C...
Hello John, I just thought I would point out a strange behaviour I noticed. When trying to compile a function with PostgreSQL 7.3.4 logged in with an user that...
With PhpMyAdmin i give all privileges to a user (called pippo) with a password. Localhost is the host from i connect. In the windows of connec to server db, i...
Andrea Bersi
abmcr@...
May 5, 2005 2:49 pm
2039
Hi Hendrik, This is a bug that was just introduced with a change, I have fixed this and you can get the patch here ... ...
Try as I might, I could not get ADS to use a Java version > 1.5, even though 5.0 IS installed. I finally found the reason on CNET: (and yes, it works fine...
Hi Ian, The Procedure/Function Editor for PostgreSQL is new and has just been enabled in the 4.0.10_x builds. I haven't put out any notes on it yet, I am still...
Hi Kori, The Java packages that Sun Microsystem puts out are only for Windows, Linux and Solaris. Apple is the only company that puts out a version of Java...
I have 2 versions of ADS installed on my workstation. Version 3.7 works fine, however Version 4.0.10 displays binary data results as small boxes instead of...
Hi, Can you tell me what database server and version you are using? and what datatype the column is? ... so I can replicate here. I just fixed this problem for...
It seems that the full host and domain name is required for the GRANT. -John Hello John, i have success with the procedure you send me at ... but i have...
Hi, The data for binary columns is returned by the Sybase driver as a byte array. ADS doesn't convert it to HEX, it displays the byte array as a string. Here...