From: Mirek S. <m.s...@tr...> - 2003-11-10 13:08:49
|
Hi, 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 Mirek Sobczak |