When trying to use a sql2005 express db I get the following error.
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 (“”): Data type 0x38 is unknown. [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 (“”): Data type 0x38 is unknown.
I tried to use sql2005 both as the repository and as a datasource.
The tables and relations can be viewed but data can not be extraced
We have a new MS SQL 2005 server with a Navision 4.00 SP1 database. I have installed the driver from sourcefoge.net as mentioned above. Now I can see the tables in Servoy. I also can create a form but when I want to load it I get the following error:
I ran a real life test comparing the jtds driver version 1.2 versus the most recent jdbc driver from microsoft. The platform was Windows 2003 Server, Windows XP clients. Java 1.4.9. SQL Server 2000 and I did not test 2005. The jtds driver was noticiably slower and I noted much heavier utilization of server resources with the jtds driver. I’m going to continue to use the driver provided by microsoft.