On 11/16/06, Bas Driessen <bas driessen xobas com> wrote:
[...]
What about the gda_command_set_transaction() function? That has gone as well. How to implement a transaction around a select command for instance? Will this be correct? gda_connection_begin_transaction() gda_connection_execute_select_command() gda_connection_commit_transaction()
Yes, that's correct; the idea is that it's similar to what you'd do on a SQL console. Vivien