Am 28.02.2012 12:09, John Talbut wrote:
This is a very old bug with lots of people urgently wanting something done about it: https://issues.apache.org/ooo/show_bug.cgi?id=42464
That issue refers to the fact that you can only connect one database per database document.
This topic is about joining tables of the same dBase source.
SELECT * FROM "A" JOIN "B" ON "A"."F1" = "B"."F1" SELECT * FROM "A","B" WHERE "A"."F1" = "B"."F1"
which is impossible in any of the file based database connections. The former Base developers did not recognize the importance of dBase. -- For unsubscribe instructions e-mail to: users+help@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted