On Wed, 2003-07-02 at 01:54, Santiago Erquicia wrote: > 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. > that XML datasource in libgda is incomplete, so you shouldn't use it.
> The problem is that I do not know how to create a table there. > Mergeant doesn't allow it. > > Does anyone have a hint? > you can create it by hand, editing the XML file. Which is, of course, ugly. If you want a small database, use the SQLite backend in libgda, which is an embedded database. cheers _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
