Our application runs in several countries.
If the country is for example Hungary, we set the NLS_LANG environment variable to HUNGARIAN_HUNGARY.EE8MSWIN1250.
The charset for the database is set to AL32UTF8.
The Char(10) column can hold 10 special characters if necessary.
Let's suggest I have a value of 10 special characters, f.e. 'őőőőőőőőőő'.
When I fetch data from this column using a TOracleQuery, I get 10 characters.
When I fetch data from this column using a TOracleDataSet, I only get 5...
Hi!
I'm using Delphi 2010 and DOA 4.1.2.2 and have a problem fetching data with a TOracleDataSet. Special characters are only shown correctly as long as the string has enough space to hold them.
For example I have a Char(10) field in the database having the value 'hellő'. The fetched value is...
I use TOracleSession.Logon to log on to a database. When the database I'm connecting to is down, I do not get an exception but instead the Application is endlessly waiting.
Is there a way to define a timeout for a specific amount of time, after which the session returns an exception?