driver « sybase « Java Database Q&A





1. Why is the Sybase JDBC driver "eating" the exceptions?    stackoverflow.com

I'm using the official Sybase JDBC driver to connect to a database and call a stored procedure by creating a CallableStatement, binding the parameters to it and calling .execute() on it. However, ...

2. Registering Sybase driver    coderanch.com

It depends whether you are developing an intranet application or an internet application. For intranet applications it would be useful to consider type 2 drivers. But since type 3 and type 4 drivers show significantly better performance than type 2 drivers and the trend is towards development of more robust pure-Java drivers, it might be useful to evaluate type 3 or ...

3. Sybase Driver for Unix in WAS5.1    coderanch.com

Hi Annie , Thankx for u r reply. I get the folllowing excp com.sybase.jdbc2.utils.Uninplemented operationException:The method com.sybase.jdbc2.jdbc.SysPooledConnection.getTypeMap() has not been completed and should not be called I use the jconnect5_5/jconn2.jar This particular jar has the SysPooledConnection without getTypeMap() So Pls tell me wethere its the problem with the driver and the jar If so how should I replace it.

4. Sybase Procedure and Driver problem    coderanch.com

Hi I am a salient member of this forum. I am using Sybase as database on Linux. Can any body sugget me Best JDBC driver for Sybase. And i am getting one problem while creating below procedure. i have given Procedure and Error i am getting. PROCEDURE : 1. create procedure sp_tktdetailsinsert (@tktno nvarchar(50), @priority nvarchar(10), @phno nvarchar(50), @subject nvarchar(50), @details ...