我希望这不是转发,但我还找不到答案。 如何在C#中连接到LibreOfficeBase数据库?我没有MS Access,这就是为什么我只有Libre。到目前为止,这是我写的:
rule "test"
when
Parent( $childList : childList != null, childList.empty == false)
exists Child('testing'.equalsIgnoreCase(attribute)) from $childList
then
// testLogic
end
我的数据库称为data.odb,它当然不起作用,因为此方法适用于.accdb文件。 .odb文件该怎么办?
答案 0 :(得分:1)
odb 是openoffice数据库。有一个用于处理odb文件的MySQL连接器,请参见https://wiki.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0。
您还可能需要阅读OpenOffice文档https://wiki.openoffice.org/wiki/Database#Developer,其中介绍了如何连接到MS Access https://wiki.openoffice.org/wiki/Connecting_to_Microsoft_Access