Re: [Hsqldb-developers] extended ResultSetMetaData

2004-11-12 Thread Rainer Pröbster
Hello, we have written an application (CMS with DB-Apps) with a very similar approach and stored the extra data in a sophisticated arange of tables (also rights and so on). We have wondered, why relational databases have no - or too less - support for such real world requirements. I don't know

Re: [Hsqldb-developers] extended ResultSetMetaData

2004-11-11 Thread Michael Gerzabek
Hi, At 19:40 11.11.2004, Rainer Pröbster wrote: Hi, why con't you just read out all the meatdata you need only at startup and create some kind of repository which you hold then in RAM? that's exactly what I'm doing now. The point is I had to create a rather complicated lookup mechanism to get the

Re: [Hsqldb-developers] extended ResultSetMetaData

2004-11-11 Thread Rainer Pröbster
Hi, why con't you just read out all the meatdata you need only at startup and create some kind of repository which you hold then in RAM? Best regards, Rainer Am Mittwoch, 10. November 2004 10:16 schrieb Michael Gerzabek: > Hi, > > my name is Michael Gerzabek. I'm from an Austrian Consulting Co