>[Microsoft][SQLServer 2000 driver for JDBC] Unsopported VM encoding Cp437.
"Roedy Green"
> >[Microsoft][SQLServer 2000 driver for JDBC] Unsopported VM encoding Cp437.
>
[quoted text clipped - 3 lines]
> Surely it is supported in the Java you are running. Perhaps SQL
> Server does not like receiving messages encoded that way.
The thing is.: the program is the same , in the same "javanese". Runnig it
in one machine has no problems. Running it in the other (the one with the
SQL server in it) has that problem. Both machines connect to the same sql
server. If the problem is SQL server it should give an error while running
in either machine, but it only does with one ... that is the odd thing ...
:-(
Roedy Green - 07 May 2004 02:47 GMT
>The thing is.: the program is the same , in the same "javanese". Runnig it
>in one machine has no problems. Running it in the other (the one with the
>SQL server in it) has that problem. Both machines connect to the same sql
>server. If the problem is SQL server it should give an error while running
>in either machine, but it only does with one ... that is the odd thing ...
>:-(
Check the localization of each machine.
You can use Wassup to check the system properties.
Go in to the control panel and see the localisation.
See http://mindprod.com/wassup.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
SMMT - 07 May 2004 23:26 GMT
I thinks is a bug on the SQLServer JDBC Driver for XP and Windows 2K server.
I changed to jdbc-odbc bridge for the time being...no more time for strange
things like this