Home » U++ Library support » U++ SQL » Oracle8: UTF8 charset Patch
Re: Oracle8: UTF8 charset Patch [message #27354 is a reply to message #27353] |
Wed, 14 July 2010 08:56   |
|
rylek wrote on Wed, 14 July 2010 02:39 | As concerns database character set: if I remember the documentation right, you normally don't need to know the database character set at all; it's considered a part of the internal communication protocol between the client and the server. The client receives the data from the server (in some encoding) and converts it to a "default" client-side encoding set up during client installation (when it's not initialized with OCIEnvNlsCreate).
I agree that using the UTF8 encoding is more general as it's independent of the client installation settings and can store Unicode characters, I just believe that in practice a specific territory-dependent character set is quite sufficient when you know the database / client encoding in advance.
As concerns DisableUtf8Mode(), I see it as an ugly hack for special cases and as one which ipso facto requires a programmer knowing it must be used before Login. It might ASSERT that the session is not open, all right.
Regards
Tomas
|
Tomas,
I used this patch for load oci.dll/so without install oracle client. Just provide the library with application.
About DisableUtf8Mode(), I thing is not ASSERT that the session is not open. It is not a system error and not need force to close the application.
Best Regard, Ion
|
|
|
 |
|
Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 13:59
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Fri, 28 May 2010 14:54
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 19:15
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 22:19
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Sun, 30 May 2010 21:15
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Mon, 31 May 2010 08:27
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Tue, 13 July 2010 01:20
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Tue, 13 July 2010 08:36
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Wed, 14 July 2010 01:39
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Wed, 14 July 2010 08:56
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Wed, 21 July 2010 22:48
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Wed, 21 July 2010 23:49
|
 |
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Mon, 26 July 2010 18:04
|
Goto Forum:
Current Time: Fri Jul 18 03:50:28 CEST 2025
Total time taken to generate the page: 0.04431 seconds
|