Could you post your standardjbosscmp-jdbc.xml excerpt
for the SQLSERVER 2005 type mappings?
Or where can I get it?
I keep on getting The Incoming Tabular Data Stream (TDS) remote procedure call
(RPC).
What version of the driver are you using?
Best regards,
Ivan
View the original post :
http:/
Tried to use below configuration for MSSQL 2005 with sqljdbc.jar and did
succesfull:
|
|
| MYDATASOURCE
|
|
jdbc:sqlserver://my-server;databaseName=MYDATABASE;SelectMethod=cursor
|
| com.microsoft.sqlserver.jdbc.SQLServerDriver
| user
|
I used the configuration for MSSQL 2000 with msbase.jar, msutil.jar,
mssqlserver.jar then my app worked fine in some cases but could not execute
multiple statements with "Can't start a cloned connection while in manual
transaction mode." exception.
When I try to use below configuration for MSSQ