Additional
Overview
Features
Known issues
FAQ
Support
Credits and license
History
Download
Forum
I set DataBase. DefaultDataFormat. EnableLongString := True, but i can't assign strings ... PDF Print E-mail
Sep 19, 2006
I set DataBase. DefaultDataFormat. EnableLongString := True, but i can't assign strings with length more than 255. I get NOE10/VAR. Take a look on TOCIParam.ODataSize. It defines the maximum size of data, that can be stored in parameter. If you make DataFormat. EnableLongString := true; This actually only allows to use long strings, but the maximum size is - TOCIParam.ODataSize. So, set this value to appropriate number. 
 
Previous   Next