Day: July 31, 2006

  • Sending right string type from JDBC to Sql Server

    In Java, the char data type is 16-bit, so it can handle Unicode characters. In a mixed environment where Windows and *nix (Unix, Linux, OpenBSD, Solaris, etc.) co-exist, when an app server needs to talk to Sql Server, it is pretty common that the app server is written in Java, and the connection is done…