From:
<car...@te...> - 2003-11-10 13:15:52
|
Hello: > It is possible to see SQL statement generated and send by provider > during update to firebird. > In following sequence: > fbtb1.Fill(dataSet1, "tb1"); > ... I insert new row in dbgrid > > fbtb1.Update(dataSet1,"tb1"); > and exception is catched. > Can I see this statemant before send to firebird If you are using a FbCommandBuilder yes, if i understand well you want to check the SQL statement before made the Update, i'm right ??. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |