This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, When using a CLOB field in an Oracle database the fieldturns into a byte[] in the LightSpeed entity. The field can be changed manually to a string field in the model designer. But during an update of the model from the database the field is marked as changed. How can I make sure that the CLOB field remains of type string? Thanks in advance |
|
|
Yes we translate CLOB fields into byte arrays. If you are overriding this you will need to ignore this field by unchecking it during designer synchronisation - we will always be assuming it maps to a byte array.
|
|