On 5/2/06, Bas Driessen <bas driessen xobas com> wrote:
Hello, Just downloaded the latest libgda source tree (HEAD) and trying to compile my applications with it. I noticed that the function gda_connection_execute_non_query() has disappeared. In the ChangeLog there is a comment that this was a nonsense function. Well, I am using it quiet a lot, so what is the new equivalent function for this?
It has been replaced with a single gda_connection_execute_command(). The "nonsense" was in reference to the function name which was a bit silly (I mean what do you execute if it's not a query?), not in the functionnality. Cheers, Vivien