Anu,
This error raised when you try to make changes in 'TADOTable' when its 
not in Edit or Append mode. To fix this problem just put a line

ADOTable1.Edit;

before this line:
TBlobField(Form1.ADOTable1.FieldByName(`Picture')).LoadFromFile
> (filename);

Reply via email to