Board index » delphi » Updating CLOB in Oracle
Jim Poe
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Updating CLOB in Oracle
I'm using Delphi 4.2, BDE 5.1, and Oracle 8.0.5 on NT.
I'm getting an 'ORA-01461: can bind a LONG value only for insert into a with qryStandardUpdate do begin Params[0].Value := DeltaDS.FieldByName( 'TYPE_CD' ).Value; Does anyone have any advice on how to get this update to work? -- |