Re: Need help to locate HSQLDB in Base

2012-08-07 Thread Michael Stahl
On 07/08/12 14:55, Michael Meeks wrote: > Hi there, > > On Mon, 2012-08-06 at 23:10 +0500, Muhammad Waqas Iftikhar wrote: >> I personally vote for libmysqld. > > Unfortunately from a licensing perspective this basically crushes > LibreOffice as a platform for writing proprietary plugins. I

Re: Need help to locate HSQLDB in Base

2012-08-07 Thread Michael Meeks
Hi there, On Mon, 2012-08-06 at 23:10 +0500, Muhammad Waqas Iftikhar wrote: > I personally vote for libmysqld. Unfortunately from a licensing perspective this basically crushes LibreOffice as a platform for writing proprietary plugins. It would seem a bit ridiculous to have to pay Oracle

Re: Need help to locate HSQLDB in Base

2012-08-06 Thread Philipp Riemer
Hey, 2012/8/6 Muhammad Waqas Iftikhar : > I personally vote for libmysqld. Did you also consider MariaDB instead of MySQL or is it too restrictive regarding its license as well? Just a brainwave... Philipp ___ LibreOffice mailing list LibreOffice@list

Re: Need help to locate HSQLDB in Base

2012-08-06 Thread Muhammad Waqas Iftikhar
I personally vote for libmysqld. How to avoid .ODB issue is the same as discussed on the forum earlier how to run .ODB files made on old an version of base to run under new embedded db of base. i.e keep hsqldb there to only open files of old versions but it wont allowed to edit it. If the user want

Re: Need help to locate HSQLDB in Base

2012-08-06 Thread Muhammad Waqas Iftikhar
But again if we embed PostgreSQL the issue will come again on running .ODB files. On Mon, Aug 6, 2012 at 11:01 PM, Muhammad Waqas Iftikhar < coldheart...@gmail.com> wrote: > We have been looking on different kind of databses to embed under > libreoffice base. > Some few ones we like are: > > Frie

Re: Need help to locate HSQLDB in Base

2012-08-06 Thread Muhammad Waqas Iftikhar
We have been looking on different kind of databses to embed under libreoffice base. Some few ones we like are: Friebird (but has some issues with embedding it under linux it doesnt work easily. Not only this you will have to embed Classic under linux and its architecture is not suitable for an app

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread Sohair Butt
Hi, Found the configuration file, just as you said, inside "connectivity/source/drivers". The codebase we are on is indeed 3.5. We will switch to master before starting work. Thanks for the heads up! On Thu, Jul 26, 2012 at 5:52 PM, David Tardon wrote: > Hi, > > On Thu, Jul 26, 2012 at 04:17:05

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread David Tardon
Hi, On Thu, Jul 26, 2012 at 04:17:05PM +0500, Sohair Butt wrote: > Hi everyone, > > I'm one of the people working with Waqas. First off, thank you for helpful > and encouraging replies! > > @David: > > Thanks for the tip. We had a look at the directories you mentioned and > found the files exce

Re: Need help to locate HSQLDB in Base

2012-07-26 Thread Sohair Butt
Hi everyone, I'm one of the people working with Waqas. First off, thank you for helpful and encouraging replies! @David: Thanks for the tip. We had a look at the directories you mentioned and found the files except for the configuration file. The "registry" folder is not present inside the conne

Re: Need help to locate HSQLDB in Base

2012-07-24 Thread Michael Meeks
Hi Muhammad, On Mon, 2012-07-23 at 23:50 +0500, Muhammad Waqas Iftikhar wrote: > Me and my friends are trying to work on to embedd SQLite under base > instead of hsqldb. Interesting ! :-) I think the consensus (or at least Lionel's view which I trust) is that there will be fundamental pro

Re: Need help to locate HSQLDB in Base

2012-07-24 Thread Lionel Elie Mamane
On Mon, Jul 23, 2012 at 11:50:12PM +0500, Muhammad Waqas Iftikhar wrote: > Me and my friends are trying to work on to embedd SQLite under base > instead of hsqldb. Because of sqlite's cavalier attitude to the strict / static type discipline that underlies the SQL model, I feel that embedding SQLi

Re: Need help to locate HSQLDB in Base

2012-07-24 Thread David Tardon
Hi, On Mon, Jul 23, 2012 at 11:50:12PM +0500, Muhammad Waqas Iftikhar wrote: > Me and my friends are trying to work on to embedd SQLite under base instead > of hsqldb. For that we are trying to understand how BASE works with HSQLDB > for now. We've been debugging Libreoffice for a while now. In ou

Need help to locate HSQLDB in Base

2012-07-23 Thread Muhammad Waqas Iftikhar
Me and my friends are trying to work on to embedd SQLite under base instead of hsqldb. For that we are trying to understand how BASE works with HSQLDB for now. We've been debugging Libreoffice for a while now. In our search for code relating to HSQLDB, we've gone through the code in the "load" func