Hi!.
This is a simple question I've got here but as much as I think and look at it I can't find a solution... When working with Delphi in class we learned how to connect Delphi to a Mysql database running either in the local computer or in a remote computer (all in Windows, using ODBC's and such).
Now I am here, running my Ubuntu computer and trying to make a Lazarus DBGrid display the contents of an OpenOffice data sheet... And I am completely clueless!!.
I would like to make a very simple application to maintain a few things and I would like to be able to manipulate the data sheet from Lazarus like adding new rows, editing existing cells and all that jazz but, again, I am clueless on even starting to work on it.
Is it possible to display the contents of the data sheet?. Is it possible to read and manipulate them?. If possible in Lazarus?. How?.
Thanks a lot in advance

.
PS: Sorry if this is not the correct forum for this kind of question.
PPS: I am aware that I will surely have to install some packages (I did find them under the usr/lib/lazarus/packages directory instead of usr/share/lazarus/packages) but, again, I don't know which.