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
gnome-db-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to