ORA-01026: multiple buffer size > 4000

moberm

Member
Hi,

using Oracle 8.0.5.0.0, Delphi 5 prof, DOA 3.3.0

I get this error when I try to insert a new record into a table using a TOracleDataSet, TOracleNavigator and a TDBGrid.

Any idea?

P.S.: When I use a TOracleQuery and perform an insert sql statement it works...

Any help appreciated,

Michael
 
Could it be that you are connected to a database created with a multi-byte character set? If so, you need to set the TOracleSession.BytesPerCharacter property to the correct number of bytes, or to bcAutoDetect. The last option will always work, but requires an extra query when making a connection.

------------------
Marco Kalter
Allround Automations
 
Back
Top