I have a very simple question
I use everywhere explicit transaction:
ibcQuery.Transaction.StartTransaction
..
ibcQuery.Open / Query.Execute
..
ibcQuery.Transaction.Commit or Rollback
But the Query.Open works, without the "ibcQuery.Transaction.StartTransaction".
How I set off this behaviour ?
Thanks in advance.