JTurbor driver property for removing Unicode in SQL
Next message: Keith: "Re: Remove unicode from SQL"
Date: 21 Aug 2004 05:46:37 -0700
Would anybody know the driver property to set to remove the Unicode
character N from the SQl that is sent to Sql Server from Java?
We are using JTurbo 3.0 with charset=Cp1252 in the connection string.
Thanks in advance.
Next message: Keith: "Re: Remove unicode from SQL"
Relevant Pages
- Re: Java identifiers
... intended to vary over time to reflect changes to the Unicode standard. ... The API docs are normative for a given Java version. ... of the specifications in the documentation for Character are to be interpreted ... because there is no stability policy for the Java API. ... (comp.lang.java.programmer) - Re: how do I expand a unicode string to its visual UTF8 representation?
... What Java uses internally to represent String ... Java was conceived with Unicode 3.0 in mind, ... which does *not* represent a character ... (comp.lang.java.programmer) - Re: How to change characterset in SQL Enterprise Manager?
... By character set I guess you mean code page, ... Unicode and collation are really two different things. ... The collation setting of a server/database/column is how SQL Server stores ... (microsoft.public.sqlserver.server) - Re: What all could be the security issues in Unicode Database
... Conversion or not, storage is another matter. ... Don't forget, all NT based OS's use UNICODE internally, so the data gets converted to UNICODE and is used in the OS as UNICODE. ... Mike Epprecht, Microsoft SQL Server MVP ... You do not need to use> it unless you know for fact that you will be using extended code pages and> character sets, like Kana Fonts, and such. ... (microsoft.public.sqlserver.server) - Re: character output
... I read the file in Java but when I output the character seems ... It's seems like I can't match the exact unicode characters... ... Unicode character set into "text" files. ... strings through InputStreamReader and OutputStreamWriter. ... (comp.lang.java.programmer) |
|