On 9/13/06, Andrea Zagli <[EMAIL PROTECTED]> wrote: > Il giorno mer, 13/09/2006 alle 12.30 +0200, Murray Cumming ha scritto: > > >> The new libgda API > > if you refer to GdaQuery, i just tried with gda_query_set_sql_text but i > received the same error; i must quote properly the reserved word > > instead, making the GdaQuery with GdaTarget/ecc i didn't find a way to > add GdaQueryFieldField to GdaQueryTarget; i tried to set > GdaQueryFieldField's "target" and "target-name" properties; what's the > right way??? >
This feature is only implemented in libgda >= 1.9.103 or in CVS HEAD. To create a table, you have to use the GdaServerOperation object, and not the GdaQuery object which is for DML queries (SELECT, UPDATE, INSERT and DELETE). Cheers, Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
