Re: [gnome-db]Feature request for GdaRecordset.
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Liam Girdwood <l_girdwood bitwise co uk>
- Cc: gnome-db-list gnome org
- Subject: Re: [gnome-db]Feature request for GdaRecordset.
- Date: 13 Aug 2001 17:18:41 +0200
On 13 Aug 2001 15:41:52 +0100, Liam Girdwood wrote:
> Hi,
>
> I'm writting an app that uses libgda for database access. I would like
> to be able read a row at a time from a recordset instead of field at a time.
>
> Would it be possible to add something like
>
> char * gda_recordset_get_row (gda_recordset *, int row);
>
> to libgda ?
>
> I would be happy to implement the change myself if it is approved.
>
I don't see any problem on having such a function. Only one thing, are
you sure you want it to return a char * (a comma-delimited string) ? I
would vote for having:
GList *gda_recordset_get_row (GdaRecordset *recset);
char *gda_recordset_get_row_as_string (GdaRecordset *recset);
And yes, if you want to implement it, please go ahead, patches are
accepted :-)
cheers
--
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]