On 10/13/07, Vladimir Stokic <[EMAIL PROTECTED]> wrote:

> I tried to do what you and Igor said, but I found out that it does not really
> work that way. I can make a user-defined function, but it stays active only
> while the current connection is open. It is not persisted in the "database".

> From this test, I can just deduce that I have to define the user-defined
> function each time I open any connection, which does not look like a good
> solution.

Correct.  The database contains data, not your application code, so
there's nothing else it can do.

If you need a centrally managed database, an embedded database like
SQLite doesn't help you much, unless you want to create the central
management yourself.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to