Subject | Unbinded update sql sentence hangs server |
---|---|
Author | perevilas |
Post date | 2004-02-02T12:39:40Z |
Hi,
Using fb1.5, unified interbase components 1.2d, delphi 7, WXP:
//uib dataset descendant
dsGen:=TBesDataSet.Create(database);
//we make an update (doesn't fail if it's a select)
dsGen.add('update documentos_gen set doc=?doc where docn=?docn');
//we open the dataset without bind the parameters
dsGen.open;
-> Firebird service hangs
Regards,
Pere Vilas Mari.
Bes Informatica, SL
Using fb1.5, unified interbase components 1.2d, delphi 7, WXP:
//uib dataset descendant
dsGen:=TBesDataSet.Create(database);
//we make an update (doesn't fail if it's a select)
dsGen.add('update documentos_gen set doc=?doc where docn=?docn');
//we open the dataset without bind the parameters
dsGen.open;
-> Firebird service hangs
Regards,
Pere Vilas Mari.
Bes Informatica, SL