Aqua Data Studio 1.5 Released (support for DB2, Sybase, Postgres and Generic-JDBC) Aqua Data Studio is a FREE SQL editor and developer tool that allows ...
Q: How do I connect to multiple Instances of SQL Server on the same machine? A: You may connect to multiple Instances of SQL Server on the same machine by...
Q: How do I connect to Microsoft SQL Server Desktop Edition? A: You may connection to SQL Server Desktop Edition in the same manner as any other SQL Server...
Q: How do I connect to Microsoft SQL Server using a "Trusted Connection"? A: You currently can't connect to SQL Server using a "Trusted Connection". Aqua Data...
Q: How do I execute an Oracle stored procedure in Query Analyzer? A: You may execute a stored procedure in Query Analyzer by wrapping the statement in a PL/SQL...
Hi, this is the first time I write in this mailing list. I downloaded aquastudio because it should work with Oracle8i... Seems to be a really nice alternative...
Alessandro Danti
alessandro@...
Jan 13, 2003 9:00 am
7
Hi, You do not have to install any Oracle software. Aqua Data Studio (ADS) should work from the installation. If your database server is not running on the...
Hi! I downloaded Linux version WITHOUT VM, since I have JRE 1.4.1... here's the output of "java --version": java version "1.4.1_01" Java(TM) 2 Runtime...
Alessandro Danti
alessandro@...
Jan 13, 2003 9:32 am
9
I downloaded the OS X vesion of aqua studio and after de-compressing it I noticed that there was a .bat file in the folder. Do I have the right version?...
James Schwacofer
jschwacofer@...
Jan 13, 2003 6:13 pm
10
Hi James, Once you decompress it there is a file called "datastudio.sh" which you can execute from the command line (eg "./datastudio.sh"). This should start...
I can get it to complete table names in the from clause, but it will not complete anything else. I just installed 1.5 and am pointed at Mircosoft SQL Server...
Hi, Autocompletion should work in this manner ... You type: "select * from ^" and the tables should pop-up. You type: "select * from table1 where ^" and the...
... Works fine. ... Does not work at all. ... for table1 Does not work at all. Anything I should look at to help out? Is there a log? ... for table1 ... ...
Hi, There is some info that would help. 1. Are you connected to SQL Server 2000 with a Generic JDBC connection or native? (Generic currently doesn't support...
If it helps, this worked fine in the previous version. Also, the data explorer shows all of the tables and their columns just fine. ... connection or ... I...
It seems that the latest OSX JRE 1.4.1 doesn't set 1.4.1 as the default JRE. If you install the latest JRE you can execute ADS by executing 1.4.1 directly with...
Hi, I think I know what the problem is. The autocompletion for columns queries for the table in the current user schema (or dbo if the current user owns the...
Q: Does the "Stop" button work? A: The "Stop" button works, well, kind-of ... if you hit the "Stop" button it will signal Aqua Data Studio to stop, but if it...
Q: Do multiple SQL windows for a particular DB use the same connection object? A: No, each window has it's own connection so that you may have multiple queries...
Hi, I have place a minor patch at http://www.aquafold.com/download/datastudio_1_5_2.jar ... if the fixes do not affect you then you probably don't need the...
Hi folks I've sucessfully used Aquadata studio 1.5 with a MySQL database. First I got a strange errror message from java.sql "java.sql.SQLException: Server...
Are there any plans to support Sybase Anywhere Studio 7 & 8? Best Regards, Frederick Lim...
Frederick_Lim@...
Jan 16, 2003 1:37 am
23
Hi, I have place a minor patch at http://www.aquafold.com/download/datastudio_1_5_3.jar ... if the fixes do not affect you then you probably don't need the...
Hi, Native Interbase is currently not supported but you should be able to connect to it throw a Generic JDBC connection. I downloaded Interbase 6.5 and found...
Hi, Native Sybase Anywhere is currently not supported but you should be able to connect to it throw a Generic JDBC connection. I will add to my 2.0 feature...
Hi, I have placed a minor patch at http://www.aquafold.com/download/datastudio_1_5_4.jar ... if the fixes do not affect you then you probably don't need the...
Hi, I have placed a minor patch at http://www.aquafold.com/download/datastudio_1_5_5.jar ... if the fixes do not affect you then you probably don't need the...
Hi, I have placed a minor patch at http://www.aquafold.com/download/datastudio_1_5_6.jar ... if the fixes do not affect you then you probably don't need the...
Hi, I released version 1.5 last week and I have received some good feedback from users. Below I attached a list of features that I will start working on next...
Q: How do I connect to DB2 7.1? A: Aqua Data Studio currently supports DB2 7.2 out-of-the-box, but can support DB2 7.1 with a minor configuration change. DB2...