Hi

Thank you for the help. It looks fairly uncomplicated this embedded
database.
Luckily the application we are planning is also supposed to be Open Source
and available on sourceforge.net, so there shouldn't be a problem with
licensing.
The idea is, that the user, on install, gets to choose between a purely
client program connecting to a local or remote MySQL database with the
benefits that entails (multiple users on the same data and from different
places), or a client/server program with the MySQL database embedded in the
applications, for the small solutions.
Does anyone know if it complicates the code having these two options
available for the user? Do the database have the same interface and features
available (eg. transactions) in both these two options?

/Mathias


----- Original Message -----
From: "Jan Peuker" <[EMAIL PROTECTED]>
To: "Mathias Bertelsen" <[EMAIL PROTECTED]>
Sent: Thursday, July 18, 2002 9:56 AM
Subject: Re: MySQL embedded?


> Hi Mathias,
>
> it's possible, have a look at: http://www.mysql.com/doc/l/i/libmysqld.html
,
> the problem is just a) licensing and b) you can't connect from an outside
> process. It's no problem, too, to install a MySQL-Database before, that's
a
> question of your install procedure. The only problem will be, to
modularize
> the relevant parts of your application(e.g. database creation, rights
> management).
> But, at least, there is berkeleyDB(http://www.sleepycat.com/), too, if you
> just want small tables like hashes and no relations.
> regards,
>
> jan



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to