Re: [Hsqldb-developers] Index-creation with OpenOffice.org

2004-02-23 Thread fredt
Yes, current CVS HEAD accepts and ignores both ASC and DESC at the end of the index creation statement. Fred - Original Message - From: "Hermann Kienlein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 23 February 2004 16:21 Subject: [Hsqldb-developer

[Hsqldb-developers] Index-creation with OpenOffice.org

2004-02-23 Thread Hermann Kienlein
Hi Fred, * after some time I tested hsqldb again with OOo. And I tried to create an Index over a table. And OOo has here the meaning that a index is always in ascending or descending mode. So OOo sends a sring like: CREATE INDEX "index1" ON "kontenart" ( "ap" ASC ... I think I told this and Fr