user2074381
user2074381

Reputation: 1

java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x50

I'm using jdk 1.4 and trying to connect SQL server 2000.

I am getting following exception.

Please provide solution to fix this

java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x50

Upvotes: 0

Views: 1365

Answers (1)

r0ast3d
r0ast3d

Reputation: 2637

this - I just googled it. looks like you have to upgrade.

http://msdn.microsoft.com/en-us/library/ms378422.aspx

Upvotes: 1

Related Questions