on 2013 Apr 23 9:24 AM
Hi All,
I'm getting "createArrayOf(String arg0, Object[] arg1)has not been completed and should not be called." run time exception while using sql Array with Sybase database.
Presently I'm using drivers from jconn4.jar. Do I need to use something else? I also tried Jconnect 7, but it has same problem.
Usage: String[] list = {"test"};
statement.setArray(1, statement.getConnection().createArrayOf("varchar", ist));
Exception: Exception in thread "main" com.sybase.jdbc4.utils.UnimplementedOperationException: The method com.sybase.jdbc4.jdbc.SybConnection.public Array createArrayOf(String arg0, Object[] arg1) has not been completed and should not be called.
at com.sybase.jdbc4.jdbc.ErrorMessage.raiseRuntimeException(Unknown Source) at com.sybase.jdbc4.utils.Debug.notImplemented(Unknown Source) at com.sybase.jdbc4.jdbc.SybConnection.createArrayOf(Unknown Source)
Thanks in advance, Vikas
Request clarification before answering.
User | Count |
---|---|
46 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.