Board index » delphi » Need help putting VarChar data into a Blob
Bob Heide
![]() Delphi Developer |
Mon, 12 Jul 2004 04:46:47 GMT
Need help putting VarChar data into a Blob
Can anyone offer some SQL suggestions that will make this procedure work?
The code at the bottom of this message is written in Delphi 5, using IBX The idea is to get rid of the "LEGAL_DESC" column that is defined as Project UseBlobsFix.exe raised exception class EIBInterBaseError with Thanks in advance for any help... procedure TConvert.BlobRecLegal; //Add a BLOB field //Move the VarChar to BLOB //Delete the VarChar field //Rename the BLOB field |