I am running 4.7.5_7 with MS SQL 2K. The autocomplete for fields now works. The only problem I have found, is I have DB with spaces in the field name. The...
now that I have the answer to paste a row in OSX thanks to you. Is it possible to paste multiple rows in OSX? -Second question in OSX is it possible to paste...
I'm evaluating ADS and am trying to connect to an Informix database using an existing ODBC connection that connects successfully using other products. Here are...
I suppose it would help if I posted the error message I was getting. D'OH! The server registers but the Databases group is empty. When I click on Databases I...
Hi, It sounds as if you can connect just fine just like you can with Visio and the other tools. The issue is that you can't visualize the schema structure....
Hi, ... In the next version of ADS, the "clone row" command has changed to "clone selected rows". ... different tables? Can you clarify what you are trying to...
Hi! Why I cannot use "special" characters like () in the server name? I think this would be very useful. I looked under the .datastudio folder and saw, that...
After upgrading to MySQL 5.0 on Mac OS X 10.4.7, ADS no longer connects. I receive these errors: java.io.IOException: Unexpected end of input stream at...
Hi Steve, The error you are getting is usually associated with an incompatibility between the MySQL server and JDBC driver. The driver that comes with ADS 4.7...
Hi John, I have ADS 4.7.5_7 installed. The only thing that changed was the install of MySQL 5.0, and previously ADS would connect to my local MySQL 4.0...
Hi, You should first login to your MySQL server using the MySQL Command tool and issue the query "select @@version" to find out the exact version of MySQL ......
Hi John, version: 5.0.24a-standard I could not find the "Socket Ping" tool in ADS in the Server Registration. When I Edit Server Properties, I get a window...
Hi, In the Server Registration on the right side of the Port parameter is a button with "..." on it. This is the Socket Ping button. If you are getting a...
Hi John Got a successful socket ping. Downloaded the driver from: <http://dev.mysql.com/downloads/connector/j/3.1.html> Renamed the downloaded 3.1.13 binary to...
Hi Steve, Can you tell me what settings you are using for host/port/database to connect? I am able to connect to MySQL 5 on OSX with no problems ... I am using...
Hi John, Settings are: host: localhost port: 3306 database: mysql I've also tried host: 127.0.0.1 and Steve-Piercys-computer.local. All variations produce the...
Hi, ... Yes, you are using a different driver. What you need to do is search your local disk for "mysql-connector*.jar" and then delete the file. -John...
Hi John, I removed all such instances of 'mysql-connector*.jar', but I still get the same errors. --steve ... host/port/database to ... using ... MySQL JDBC ...
Hi Steve, If you have renamed mysql.jar to mysql-dont-use.jar and you deleted all your mysql-connector*.jar files and you are still getting the same message...
Hi John, I found one stray, thanks to your tip: /Library/Java/Extensions/sql4xjDriver.fKNh7A I removed that, and downloaded again the mysql java driver: ...
Hi Here goes a collection of small bugs that have been moldering for some time in my hard drive ;) - Import, create table: If the file contains column names in...
Hi Carlos, ... (1000) are inserted. This revolves around the bug in the JDBC driver. The ADS parser current doesn't distinguish between a SELECT and SELECT...
Hi John, ... is ... Yes, there is no block comment, but control-enter instead of executing just ONE statement it executes BOTH of them. ... Ah, missed the...
Hi, i'm using 4.7.5_8 and when i try to change something on a column, using the alter table window, that is created as "COLUMN_NAME NUMBER" i get an error...
Hugo Palma
hugo.m.palma@...
Sep 14, 2006 5:02 pm
4110
Hi, Can you tell me what database you are working with? Can you tell me what datatype you are converting from and to? I tried to convert from a VARCHAR to a...
I'm working against an Oracle 10g database. This problem occurs when for instance i have a NUMBER column and i change the "allow nulls" check. ... -- Hugo...