gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 07 March 2001 : 17:34:36
|
Ok, first this: I do have to use ODBC for this, so no option doing this using OO4O (Oracle Objects for OLE)
When I retrieve a string value from the database, the length of that string is the total field length. I.e. if the field length is 20 and the stringvalue is "test", what gets returned isn't "test" but "test " A way to fix this is to use Trim(), but that would mean that I would have to Trim() each and every value that I retrieve from the database.
Is this default behavior ? Any quick ways around it ?
Pierre< |
|