John, We use curly brackets to group code. This makes development easier, since in our text editor (we use UltraEdit), we can highlight one of the brackets and...
Hi I have ADS 3.2.7 installed in a gentoo linux box. I am successfully connecting to a Sybase server but upon executing queries on tables which contain data in...
Hi, I am assuming you mean ADS 3.7.2 ... and that the encoding is the database server encoding. If you are using a font that supports iso-8859-7 (which most...
Hi Greg, If you use the "{" then ADS will auto-highlight the matching "}" when you are on a specific curly bracket. Can you tell me what database server you...
We are using SQL Server 2000. In ADS, I went into File, Options, deselected the {--} Server Side Comments option for SQL Server 2000, and tried it again. It...
Hi Greg, Just keep in mind that the client side comments are not stored in SQL Server, so you should store your code in scripts. If your code is a stored...
I see what you mean about the comments not being stored. The single quotes may just work for our purpose. Thanks very much for your quick response. Greg Hesla ...
HI, i am trying to run aquastudio on my linux machine but i am getting this error: Windows not supported on this platform. Program Terminated has Someone know...
Hi, Users who have reported this in the past have found that the problem is related to an installation of Wine. The execution of Aqua Data Studio is merely...
Hi, if i run datastudio.sh or datastudio-bundled.sh the result is the same, i have my own jvm 1.4 and the other apps are working without problem, i have set...
Hi, WINE is an application which allows you to run Windows applications on Linux (http://www.winehq.com/). If you tell me what version of Red Hat you have I...
Hi John, The following comment format does not seem to work (I've tried both Sybase12.5 and Oracle 9.2): /** * comment **/ select * from mytable The comment...
Hi John, I have a little table on a db: 34500 records yelding a 250 Mbytes plus a thumbnail image, not in the db. The table is mainly used by php forms and...
Hi, I put out a new build with some minor bug fixes. Update instructions below ... ( http://www.aquafold.com/download/datastudio_3_7_5.jar ) -John 3.7.5...
Hi David, The execution of this works, but the syntax coloring is broken. It seems this bug was introduced in 3.7.2 when I fixed ... FIX: Block Syntax...
Hi Marcelo, This is one of the features on my todo for 3.8/3.9 referenced as "Variable Substitution" (http://www.aquafold.com/download/futurefeatures.txt) ...
It would also be nice if the filtered db's in the left pane could also be applid to the databases in the query window database selection drop down. A nice...
I'm trying to get a database I created (Postgresql) to show up, but there is a red slash through the icon. What I did is I went into phpPgAdmin, created the...
Hi Lola, PostgreSQL does not allow the database context to be switched within a database connection like other databases. So, you can only work on the ...
Hi John sorry for answering until now, but i wasn't on my office for some days... Let me tell you my experience with Aquastudio, when i downloaded the first...
Hi, Ok, I now know the problem. The Windows Look and Feel is not supported on Linux. ADS displays the Look and Feels that are registered with the JVM. It...
Hello, is there any possibility to setup ADS for the Postgres server to work with iso 8859-1. Currently i have small boxes in the results where should be...
Hi Jan, Postgresql is supposed to do the encoding conversion automatically without any problems. I just created a database with a table containing German...
Hi John, 1. my OS ist SuSE Linux 9.1 kernel 2.6 ADS 3.7.5 Font=Courier 2. Postgres 7.3.2 is running on SuSE Linux 8.2 kernel 2.4 3. Database_Encoding =...
Hi Jan, I tried to simulate your setup with PG 7.3.3 and ADS running under German settings and I still get the correct info. Here is a screenshot ... ...
Hi, I put out a new build with some minor bug fixes. Update instructions below ... ( http://www.aquafold.com/download/datastudio_3_7_6.jar ) -John 3.7.6...
Hello John, i've tested several things with ads. At first the screenshot of the encoding result. http://www.javagruppe.de/ads_failure/encoding.gif I've created...