Hi, Although I uploaded 3.5.7 before the holidays, I realized that I never sent off an email to the mailing list, oops. Here is the update on 3.5.7. I have...
Hi, The last couple of update posts have the last line cut of, which is the instructions of how to update on OSX. It should read ... UPDATING ON OSX ... 1....
Is there an FAQ for this group? I'm new to SQL and am using OSX. I would like to use mySQL just like I have used FileMaker databases in the past, (except using...
Coming from a similar background I have found the combination of Aqua Data Studio and an application called Servoy together with whatever SQL backend database...
Delurking. I was/am a Filemaker guy. I am also a Servoy guy. Servoy is a nice tool, and in the next version they are supposed to have a standalone java...
Hello John, I don't know if it's just me but the link below takes me to datastudio_3_5_6.jar. I had to manually go to www.aquafold.com/download and click on ...
Hi, Thanks for pointing this out, you are correct. Must have been a hyperlink issue when I copied/pasted into the email and changed the name to ...3_5_7.jar...
I'm hoping for an open sources solution that minimizes the need for programming or having to learn a new language. That's the attraction of FileMaker. Drag and...
Still quite expensive, $2000+ kind of takes away from the Free mySQL that comes native with the Mac. I would love to find an open source solution to complete...
I am using the linux version of aqua data studio for executing the sybase transact sql scripts. The datastudio query analyser generates strange error which I...
Hi, Are you using double quotes to surround your text? ... try single quotes. Can you show me the query that you are executing? ... if I can see the query I...
Hi, I am running into an error using the 'Compute' clause in Sybase. This is the query. SELECT protocol, ethni, COUNT(*) total FROM course, patient, respat ...
Hi John, The COMPUTE statement in Sybase ( and MS SQL Server ) is not supported in JDBC drivers. This has made it hard for me to support them. Sybase also...
Hi John, I consistently get unidentified errors when selecting from a Sybase view. The view is setup with this script: create view VDG_INVENTORY_SUMMARY as ...
Hi, Can you run ADS with the datastudio-bundled.bat/.sh in the install directory, which will run ADS with a console window. Then execute the SELECT statement....
Hi David, The error JZDP8 which is begin dumped is described in the Sybase docs below ... I have added some error checking into ADS (for Mondays build) which...
Hi there, I think it'd be better for the OS X crowd if you could replace <NEW JAR BUILD> with the actual current build when sending the e-mails...that way we...
Hi, Originally, I was trying to save myself some keystrokes and typos :) ... but now that you point it out, there is only one of me and 100s of you, so I will...
Hi, I placed a new build with schema browser filtering and results formatting. When registering a server, or modifying its properties there is now a Filter...
Hi, Below is the formatting convention for dates and numbers. -John Numbers ... Symbol Location Localized? Meaning ... notation. /Need not be quoted in...
Hi John, It works great the new filtering and result formatting. My only problem seems to be that when one saves the results as 'grid' (allowing tab-separated...
Hi, Here are some updates .... I. SQL Server Named Instance Support - The new jTDS JDBC drivers have support for SQL Server named instances, so I have added...
Hi, I am hoping that someone who has extensive Informix knowledge can help me out. There is a user who is using ADS to connect to an Informix server to access...
Hi, After much request for supporing ";" as a statement separator I have add support as an optional setting. In the general tab of the Options dialog you may...
... on MacOS X (or Unix) better to do : mkdir -p /"Aqua Data Studio.app"/Contents/Resources/Java/ before cp... which won't work alone... tanks for this new...
... sorry for my error, it was too early to be awake, the best : open a term type in "cp" without the quotes the drag and drop the jar file into the term...
Hi, Yes, the command that I placed is assuming that Aqua Data Studio is on your Desktop. If you move ADS then you will have to adjust the command according...