Link to home
Start Free TrialLog in
Avatar of Jagdish Devaku
Jagdish Devaku

asked on

Errors while connecting SQL Server through JDBS

Hi,
I am receving following errors from the Java Application while sending an request to SQL Server.

com.microsoft.sqlserver.jdbc.SQLServerException:
Codepage 1,255 is not supported by the Java environment.

com.microsoft.sqlserver.jdbc.SQLServerException:
The TDS protocol stream is not valid.

Thanks in advance.
Avatar of manuel_m
manuel_m
Flag of Germany image

Seems to be an encoding issue.

Check this page out: https://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=978848&SiteID=17

manuel
Avatar of Jagdish Devaku
Jagdish Devaku

ASKER

Hi,

I would like to know which connector will be faster to connect SQL server from java?
ASKER CERTIFIED SOLUTION
Avatar of manuel_m
manuel_m
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks