Subject Re: [IBO] 'Error creating cursor handle'
Author Salvatore Besso
hello Bob,

> SQL.Clear;
> SQL.Add('Update Immuniz set IM_Name = ''Test'' Where Immuniz_Id =
10');
> Open;

maybe you should use "Exec" instead of "Open".

Regards
Salvatore