From:
<car...@te...> - 2004-03-06 14:55:42
|
Hello: >> In my example i use deleteCommand for call stored procedure which delete >> data. How provider may call select * from "TEST_DELETE"??? > > Ask microsoft ;), the only reasin i see for this is that they use > FbDatareader.NextResult to process batch commands ;) To clarify this, the provider transforms the TEST_DELETE to select * from TEST_DELETE because DbDataAdapter.Update is making a call to ExecuteReader ;) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |