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...
Want to share photos of your group with the world? 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 1 - 30 of 7596   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
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 ...
John L H
johnlhaxor
Offline Send Email
Jan 12, 2003
10:27 pm
2
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...
John L H
johnlhaxor
Offline Send Email
Jan 12, 2003
10:35 pm
3
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...
John L H
johnlhaxor
Offline Send Email
Jan 12, 2003
10:35 pm
4
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...
John L H
johnlhaxor
Offline Send Email
Jan 12, 2003
10:37 pm
5
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...
John L H
johnlhaxor
Offline Send Email
Jan 12, 2003
10:38 pm
6
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@...
Send Email
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...
John L H
johnlhaxor
Offline Send Email
Jan 13, 2003
9:24 am
8
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@...
Send Email
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@...
Send Email
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...
John L H
johnlhaxor
Offline Send Email
Jan 13, 2003
6:21 pm
11
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...
Gabe Hicks
gjhicks12
Offline Send Email
Jan 13, 2003
6:46 pm
12
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...
John L H
johnlhaxor
Offline Send Email
Jan 13, 2003
6:54 pm
13
... 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 ... ...
gjhicks12 <gjhicks12@...
gjhicks12
Offline Send Email
Jan 13, 2003
7:22 pm
14
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...
John L H
johnlhaxor
Offline Send Email
Jan 13, 2003
8:02 pm
15
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...
gjhicks12 <gjhicks12@...
gjhicks12
Offline Send Email
Jan 13, 2003
9:14 pm
16
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...
John L H
johnlhaxor
Offline Send Email
Jan 14, 2003
5:12 am
17
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...
John L H
johnlhaxor
Offline Send Email
Jan 14, 2003
6:38 pm
18
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...
John L H
johnlhaxor
Offline Send Email
Jan 14, 2003
7:11 pm
19
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...
John L H
johnlhaxor
Offline Send Email
Jan 14, 2003
7:11 pm
20
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...
John L H
johnlhaxor
Offline Send Email
Jan 15, 2003
5:52 pm
21
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...
Daniel Stutz
mchack2003
Offline Send Email
Jan 15, 2003
11:14 pm
22
Are there any plans to support Sybase Anywhere Studio 7 & 8? Best Regards, Frederick Lim...
Frederick_Lim@...
Send Email
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...
John L H
johnlhaxor
Offline Send Email
Jan 16, 2003
6:08 am
24
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...
John L H
johnlhaxor
Offline Send Email
Jan 16, 2003
6:08 am
25
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...
John L H
johnlhaxor
Offline Send Email
Jan 16, 2003
6:08 am
26
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...
John L H
johnlhaxor
Offline Send Email
Jan 16, 2003
7:55 pm
27
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...
John L H
johnlhaxor
Offline Send Email
Jan 17, 2003
2:25 am
28
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...
John L H
johnlhaxor
Offline Send Email
Jan 21, 2003
9:11 am
29
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...
John L H
johnlhaxor
Offline Send Email
Jan 21, 2003
9:11 am
30
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...
John L H
johnlhaxor
Offline Send Email
Jan 21, 2003
9:11 am
Messages 1 - 30 of 7596   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