Re: [gnome-db] prepare_create_database() and perform_create_database()



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
murrayc murrayc com
www.murrayc.com
www.openismus.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]