[Mono-list] gda question
Rodrigo Moya
rodrigo@ximian.com
02 Jul 2003 12:18:44 +0200
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