On 9/17/07, Murray Cumming <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-09-17 at 14:57 +0200, Vivien Malerba wrote: > > On 9/17/07, Murray Cumming <[EMAIL PROTECTED]> wrote: > > > I'm trying this now in Glom, but I get this strange error > > > " > > > DECLARE gda_1190032034_895812_0 SCROLL CURSOR WITH HOLD FOR SELECT > > > "artists"."artist_id", "artists"."name", "artists"."description", > > > "artists"."comments", "artists"."artist_id" FROM "artists" ORDER BY > > > "artists"."artist_id" ASC > > > (unknown number of rows) > > > " > > > > This is just a connection event of type GDA_CONNECTION_EVENT_NOTICE, > > you can ignore it (I think if you compile libgda withouth the debug > > flags, it will go away). > > Ah. I'll have to add some hacks in the bindings to stop them from > throwing exceptions for these. It is rather strange that you are setting > a GError that is not an error.
It should not be set using a GError, it's a GdaConnectionEvent. Can you tell me where in the code it sets the error? _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
