Re: Encoding about GetString method of DataReader
In terms of Oracle as database, I do know what OCI will do when reading
data from Oracle server.
OCI on the client will do a proper byte conversion according to NLS_LANG
setting on data stream from server.
But my question is what will .NET framework do when convert the converted
bytes to Unicoce memory strings?
Is it has any relationship with Windows default code page?
Hope anyone can help me on this annoying issue.
On Wed, 29 Mar 2006 20:15:16 +0900, Zhou Peng <zhphust@xxxxxxxxx> wrote:
Can anybody tell me how SqlDataReader and OracleDataReader process the
encoding of contents from database when it's GetString(or
GetSqlString,GetOracleString) method is called?
I have been annoyed on this issue for several days and searched many
materials but no help.
--
Tony Zhou
.
Relevant Pages
- Re: How to avoid side effects following functional style, when you need to write adn read data to/f
... reading data is alike set and get external variables, ... every side-effect function should have a fake argument - a functions, ... For example, function a0writes to a database, function b0reads ... For example, to interact with a file, you need ... (comp.lang.functional) - Re: Reading CSV or Excel files in java and mapping values to database columns
... I am looking for a free and simple mechanism for reading data from ... database, but this is different. ... Here's an example from our cookbook: ... Driver driver = ... (comp.lang.java.programmer) - Re: How to get an unix programmer started on web programming?
... Don't allow access to your Oracle server through the web, especially if you have confidential data on it that's not needed by the web. ... Rather, replicate only the data necessary to run your website to another database accessible by the web server. ... A well written system will not allow a user to hack your system and access arbitrary bits of data in a database nor destroy a database. ... (comp.lang.php) - Re: How to get an unix programmer started on web programming?
... >> Don't allow access to your Oracle server through the web, ... >> the changes back to your main database. ... If the hacker hacks he'll hack your subset database and ... (comp.lang.php) - Re: How to avoid side effects following functional style, when you need to write adn read data to/fr
... reading data is alike set and get external variables, ... Are there any ideas how to walk around this risk, ... every side-effect function should have a fake argument - a functions, ... For example, function a0writes to a database, function b0reads ... (comp.lang.functional) |
|