In playing with the settings for auto-completion in ADS 3.16, I tried changing the delay time to 1000 ms, but I can't seem to change it from 500. Every time I...
Hi Greg, If you change the value and then hit ENTER it will keep the value. I guess I need to fix this so it will save the value if you TAB or click away. ...
Ah, thanks. Yes, I was hitting tab. At one point, I filled in the value and clicked the OK button, but it still didn't take the change. Hitting Enter does do...
Hi John, Background: In our development Oracle 8i database we own the tables. However, we (as app developers) are required to have the DBAs create the tables,...
Hi Eric, I found the bug, I must have introduced this in a post 3.7.7 build. Here is the fix .... http://www.aquafold.com/download/datastudio_3_7_16_1.jar Let...
Hi. This is a simple question. I created a SQL table in Aqua Data Studio and now I want to modify its properties, specifically adding an identity seed to one...
Thanks John! As always, the support for this product is unrivaled. John LH wrote: Hi Eric, I found the bug, I must have introduced this in a post 3.7.7 build. ...
Hi Sam, The ALTER Table currently only supports DROPing and ADDing columns, but you can't ALTER the columns. I do have on my todo list to support ALTERing...
So... is there any way to change the properties of a column once a table has already been created?? ... but ... for the ... Data ... adding ... seems ... ...
Not through the visual editing GUI. You would need to execute the SQL directly in the Query Window. e.g. ALTER TABLE <MYTABLE> ALTER COLUMN. The SQL syntax...
Hi John, Any chance to see Pointbase added to the list of supported databases? I know I can connect to it using generic JDBC currently but it would be nice to...
Hi, I have added Pointbase to the list. I am making enhancements to this next version to make it easier to add support for other databases, since there are a...
Howdy, Our DBA here would like to use ADS more often, especially since he's thinking of switching to a Mac. He's wondering where "pretty print" might be on the...
When using PostgreSQL, I notice that unless I filter all but the database specified in the connection dialog, I actually see a list of all databases on the...
... I've just downloaded the bundeled version from the web site (v3.7.6). The ./datastudio.sh fails (blank alter window) but ./datastudio-bundled.sh works...
Thomas Chiverton
thomas.chiverton@...
Nov 4, 2004 4:20 pm
1560
John, That fixed it - in the "create database" option, I can now see all Sybase database devices! Thanks! ... limited to ... ...
Hi John, I do have both of these on the todo list. ... and some more. To have the ability to beautify sql code, and better/prettier printing for both the...
Hi Robert, Once you have a connection open, Postgresql doesn't support the ability to change database contexts as do other database such as SQL Server, Sybase...
Hi Thomas, So, I am assuming everything is working ok for you now. If this is not the case just let me know and I'll look into it some more. You can always...
John, It looks like auto-complete is broken in 3.7.16.1 I'm not getting any prompts, and when I hit CTRL+SPACE, a "Please Wait" message is displayed. Mike...
Hi Mike, I just tested out auto-completion on SQL Server 2000 on the Northwind database with a "SELECT * FROM CUSTOMERS" ... both the table and column ...
John, I had the same problem soon after updating to 3.7.16 but I can't repeat it. I was connected to a MS-SQL 2000 DB at the time. Dave ... This communication...
John,I think I have it figured out...I have been working on some saved scripts for the past couple of days. In order to get a new window after loading the...
I had a similar issue. Would see the "Please Wait..." popup for about 30 seconds but then the auto-complete schema screen came up. D. ... From: David...
Hi, If 3 of you had the problem, I am sure there is an issue ... I just can't reproduce the problem. Can you be more specific on the problem and how to...
Hello, I use ADS 3.7 on Mac OS X, and recently, I sometimes can't connect to a MySQL database on the same machine (localhost) that is definitely running...
Hi Christoph, The first thing that comes to mind is if you have a dynamic IP address. If this is the case, and MySQL is binding to this address, there could be...
Hey all, i'd like to know if it's possible, with ADS, to work with a driver outside of : /Applications/Aqua Data Studio.app/Contents/Resources/Java that's to...