On 6/23/06, Niblett, David A <[EMAIL PROTECTED]> wrote:
Ok I'm lost here. Maybe this is a philosophical discussion that I missed earlier.
I guess it is Devid since it turns out that I am not able to implement this by my self. But I don't wont to just leave this subject hangin there without including my latest research. About the problem with aliases etc where for example Postfix need one place to access them. It seams there is a nice solution for this in sqlite, which is called 'ATTACH DATABASE' You can join many tables with the same name in to one db with this future. I am not sure if it will work because on the end it says "There is a compile-time limit of 10 attached database files" If that means that you can join only up to 10 database files then this is no good. Here is the manual page for it: http://www.sqlite.org/lang_attach.html -- Demi
