I think maybe very good if from Query Analyzer should possible editing inserted queries directly in Query Builder. Another thing. I think maybe very good if in...
Hi Riccardo, This is on the feature todo list, although this does require reverse engineering of the SQL code, which is a high complexity, so it is in a longer...
... Why reverse engineering John? If on query builder (directly so SQL language) I add or remove a table / column, I think is not a problem to represente it...
Hi, The SQL must be parsed and reconstructed to generate it visually. I am not sure what you have in mind, but what needs to be done is not simple. -John...
Sure... first a syntax check of SQL (like Aqua still do with query analyzer) Then graphic parser: add every tables in FROM ... but I think you know it very...
... ORA-02019: connection description for remote database not found [Executed: 5/07/06 11:55:27 ] [Execution: 0/ms]...
Brian Widdows
brian.widdows@...
Jul 5, 2006 2:18 am
3876
Hi Brian, The error that you are getting is coming from the database server, so I am pretty sure that the error is either in your SQL or in the way you created...
Hi, I usually only post the changelog for 4.7.x releases, not 4.7.x.x releases ... which are usually for minor issues that are specific to one user request....
Hello I'm trying to use your Aqua Data Studio to backup my remote DotNetNuke SQL Server 2000 database to my local MSDE database. I have both the local and...
Hi, Is there a way to view the definition of the constraints? Specifically, I am looking at some Oracle tables with user defined foreign key, but I cannot...
Hi, You can right click on the constraint and script a CREATE statement or you can View Properties of the Table and look at the constraint Tab to see the...
Hi Mark, SQL Server only allows you to backup to local disk. So, you can use the SQL Server BACKUP SQL command to backup to your remote local disk and then...
I don't know if this is true in SQL 2K5, but in 2000 you can execute sp_addumpdevice (you can parameters and options in Books Online or just Google the...
Hi all : Please help me about below message. [james@jamesFedora datastudio]$ ./datastudio.sh Metal Look & Feel could not found. Program Terminated Thanks....
after downloading the 4.7.4 patch, I still find that the Refresh function is no-op. After creating a table, I have to disconnect and reconnect my connection to...
Hi there and sorry for the delayed answer. I've recently tried w/ the latest build (4.7.4_9 and the problem is still there. I've attached screenshots of both...
Hi Alex, Can you clarify what you mean when you say "Can't change the schema"? Are you saying that the value in the combo box will not change? or that the...
Hi James, The first thing you can do is go to <USER_HOME>\.datastudio\datastudio.properties and delete this file. This will delete your user settings. You...
i notice the same thing when adding stored procedures SQL Server 7.0 _____ From: aquadatastudio@yahoogroups.com [mailto:aquadatastudio@yahoogroups.com] On...
Hi John : Thanks. I think I should give you my environmont to you. OS : Fedora core 5 --2.6.17-1.2139_FC5smp KDE 3.5 JVM : SUN JDK 1.4.2 datastudio :...
Hi Jay, I am unable to reproduce your issue. Can you provide me ... ADS Version/Build, Operating System, Database Connection Type, and steps to reproduce the...
yes - the values are there (in the combo) but it won't accept my selection. e.g. I open the combo, click on 'SAPJ2EDB', but it stays on 'CONTROL'. - the setup...
John, The actual DB is Oracle 10gR2, but I'm using both Oracle 9i/10g (not OCI) and Oracle 8i (not OCI) connectors (tried the two for different db instances). ...