|
What i must setup to work with CHAR data type. |
|
|
|
|
Sep 19, 2006 |
|
You must set TOCIDatabase.DefaultDataFormat.EnableFixedString = True or TOCIDataSet.DataFormat.EnableFixedString = True. After that your application will correctly handle CHAR data type. NCOCI8 will automatically take care about padding values with spaces upto DataSize.
|