cancel
Showing results for 
Search instead for 
Did you mean: 

Sql Anywhere JDBC jconn4d.jar

2,916

Hi SqlAnywhere

We had a test with DbSchema database tool against SqlAnywhere and we find few problems in JDBC driver ( jconn4d.jar ) Against Sql Anywhere 11.

  1. DatabaseMetaData.getIndexInfo() should return the index name. It returns the column name where the index name is expected. Also this name changes even if two columns are part of the same index. The index type should be the same for all columns in a single index. When a constraint is created (Pk_mytable) the returned index name should be the same as the constraint name.

  2. DatabaseMetaData.getColumns() does return sometimes the wrong data type. To reproduce this import the schema sales ( AdventureWorks2008 ) and do refresh schema from DbSchema. Some columns which first were varchar on refresh are of type phone.

Accepted Solutions (0)

Answers (1)

Answers (1)

jeff_albion
Product and Topic Expert
Product and Topic Expert

Which version and build of SQL Anywhere 11 are you using?

See CR #680196, fixed in 11.0.1.2654 - both of the DatbaseMetaData operations mentioned in the question were affected.