Hello
I am a new member
Possible way to link Lazarus to LibreOffice Base '*.odb' Using zeos tools
Thanks
liberoffice base and zeos in lazarus
Moderators: gto, cipto_kh, EgonHugeist
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: liberoffice base and zeos in lazarus
Hello Al-Eid,
as far as I know there is no such possibility. If there was an ODBC or OLEDB driver for Libre Office Databases, that would be a possibility.
Newer versions of LibreOffice use Firebird internally. Maybe that is a way to go - find a way to extract the firebird database, work on that one and put it back into the LibreOffice file.
And one mor idea: You might want to think about pushing your data into an external database (Firebird, MySQL, PostgreSQL, ...) and have Zeos and Base link to the tables in that external database.
Best regards,
Jan
as far as I know there is no such possibility. If there was an ODBC or OLEDB driver for Libre Office Databases, that would be a possibility.
Newer versions of LibreOffice use Firebird internally. Maybe that is a way to go - find a way to extract the firebird database, work on that one and put it back into the LibreOffice file.
And one mor idea: You might want to think about pushing your data into an external database (Firebird, MySQL, PostgreSQL, ...) and have Zeos and Base link to the tables in that external database.
Best regards,
Jan
Re: liberoffice base and zeos in lazarus
Hello marsupilami
thanks for the information
thanks for the information