Looking again, this is obviously even more complicated than I thought, but I can't find any example for this, and the documentation does not suggest what should be done.
On Tue, 2006-11-07 at 20:19 +0100, Murray Cumming wrote: > I think I've asked about this before, but I'm still confused. > > I don't understand why this is necessary: > GdaServerOperation* operation = > gda_client_prepare_create_database(client); > gda_client_perform_create_database(client, database_name, operation); > > instead of just > > gda_client_create_database(client, database_name, operation); > > (There was a gda_connection_create_database in the previous API). > > The ServerOperation thing seems like an implementation detail that I > shouldn't have to care about. > -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
