[Mono-list] gda question

Gonzalo Paniagua Javier gonzalo@ximian.com
02 Jul 2003 02:46:05 +0200


El mi? 02-07-2003 a las 01:54, Santiago Erquicia escribió:
> I am trying to do an application with mono that stores its information
> in a database.  As it is not going to be too much information, and a
> real database is too complicated to install for the final user, I
> wanted to try the XML datasource that comes with gnome-db.
> 
> The problem is that I do not know how to create a table there. 
> Mergeant doesn't allow it.
> 
> Does anyone have a hint?

The problem is that the XML datasource is not completed, AFAIR.

You can use the SQLite provider, which is lightweight.

-Gonzalo