Subject Problems with FireBird and DBExpress
Author bcg1br
Hi Friends, I have a system that source was make in Delphi 6 and I
use DBExpress to acess DataBase, the same work correctly, in the
week change for Delphi 7, But now in the instruction where I execute
a precedure by Delphi, the same ruturn an error, that I Don't
undesternd, see one example :
(TD.IsolationLevel := xilREADCOMMITTED;
TD.TransactionID := 2;
Data.DataBase.StartTransaction(TD);
spHabilitaClie.Params[0].Value := St;
spHabilitaClie.Params[1].Value := Cliente;
spHabilitaClie.ExecProc;
if Data.DataBase.InTransaction then
Data.DataBase.Commit(TD);)
in the moment that I execute procedure, the Delphi return this
error : (dbExpress Error :'Operation not supported')
I think that this error is only in the instruction , but I Test in
other forms e the error is like. I need Help.
Thanks