Re: SQLServer JDBC Encoding Conversion
- From: "brian" <brian.derwart@xxxxxxxxxxxxxx>
- Date: 12 Jul 2005 11:22:02 -0700
JDBC driver Gen Info wrote:
> can anyone help me, i just need to confirm if the SQLServer driver for JDBC
> supports Automatic Encoding Conversion?? THX!
Yes, the driver does indeed support automatic encoding conversion.
Multi-lingual applications can be developed on any operating system
platform with JDBC using the Microsoft SQL Server driver for JDBC to
access both Unicode and non-Unicode enabled databases. Internally, Java
applications use UTF-16 Unicode encoding for string data. When fetching
data, the Microsoft SQL Server driver for JDBC automatically performs
the conversion from the character encoding used by the database to
UTF-16. Similarly, when inserting or updating data in the database, the
drivers automatically convert UTF-16 encoding to the character encoding
used by the database.
.
- References:
- SQLServer JDBC Encoding Conversion
- From: JDBC driver Gen Info
- SQLServer JDBC Encoding Conversion
- Prev by Date: Re: executeUpdate return 0 rowcount for an update
- Next by Date: Re: executeUpdate return 0 rowcount for an update
- Previous by thread: SQLServer JDBC Encoding Conversion
- Index(es):
Relevant Pages
|