Hi,
I am trying to use gda_data_model_import_new_mem() and i am getting the
following error
(TestGDA:5755): GLib-GObject-WARNING **: IA__g_object_new_valist: object class
`GdaDataModelImport' has no property named `data'
The following the code snippet
------------------------------------------------------------------------------------------------------------------------
int main()
{
const gchar *string = "a,b,c,d,e,f";
GdaParameterList *paramlist;
GdaParameter *param;
GSList *list;
gda_init ("TestGDA", NULL, 0, NULL);
param = gda_parameter_new_string("SEPARATOR",",");
list = g_slist_append(NULL,param);
paramlist = gda_parameter_list_new(list);
GdaDataModel *model1 =
gda_data_model_import_new_mem("a|b|c|d|e|f",TRUE,paramlist);
return 0;
}
-------------------------------------------------------------------------------------------------------------------
I am not able to figure out as to why i am getting this error. Looking at the
documentation, looks that i am using the function correctly. Any pointers as to
reason of error. Any help !!!
Thanks in advance.
Thanks & Regards,
Sumit
Unlimited freedom, unlimited storage. Get it now, on
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list