[libreoffice-users] Re: Writing programs for Base

2011-08-28 Thread Ferry Toth
Mark, Don't believe everything you read. Base is just like MS Access. It has a built-in database engine (like Access), you can connect to and administer external databases, create forms, report and glue these together using one of LO's script languages. All this is pretty much like Access. It is

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Steve Edmonds
On 26/08/11 09:41, Andreas Säger wrote: > Am 25.08.2011 20:27, L O wrote: >> I am surprised that Base is not a database program. I thought it was >> meant >> to be something like MS Access? Why is it included then in Libre Office? >> >> I am also trying to create a database in Base (as I did befo

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Tom Davies
:) From: planas To: users@global.libreoffice.org Sent: Thu, 25 August, 2011 22:28:45 Subject: Re: [libreoffice-users] Re: Writing programs for Base Hi On Thu, 2011-08-25 at 15:19 -0400, webmaster for Kracked Press Productions wrote: > To be honest, I have written a database program fo

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread planas
Andreas On Thu, 2011-08-25 at 12:08 -0700, Andreas Säger wrote: > You are right. It is a mere frontend. Mainly it is a bridge between tabular > data and office document. Tabular data include address books from various > mail clients, csv, dBase, spreadsheets and all kinds of databases via ODBC,

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread planas
; Date: 25-08-2011 10:28 > Subject: [libreoffice-users] Re: Writing programs for Base > > > > Since Base is not a database program, the first thing to know would be the > actual database to be used. An embedded HSQLDB is only one option, good > enough for simple demos and drafts bu

[libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Andreas Säger
Am 25.08.2011 20:27, L O wrote: I am surprised that Base is not a database program. I thought it was meant to be something like MS Access? Why is it included then in Libre Office? I am also trying to create a database in Base (as I did before in Access), however I also run into problems I never

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread planas
ont-ends that they then have problems > > maintaining and supporting adequately. Just my 2 cents/euros/pence. > > Regards from > > Tom :) > > > > > > > > > > ________ > > From: mickelsen > > To: users@global.libreoffice.org > > Sent: Thu, 25 Aug

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread webmaster for Kracked Press Productions
they then have problems maintaining and supporting adequately. Just my 2 cents/euros/pence. Regards from Tom :) From: mickelsen To: users@global.libreoffice.org Sent: Thu, 25 August, 2011 19:21:58 Subject: [libreoffice-users] Re: Writing programs for Base I&#

[libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Andreas Säger
You are right. It is a mere frontend. Mainly it is a bridge between tabular data and office document. Tabular data include address books from various mail clients, csv, dBase, spreadsheets and all kinds of databases via ODBC, JDBC or some built-in driver (SDBC). When the mail merge wizard creates a

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread L O
... Raymond From: Andreas Säger To: users@global.libreoffice.org Date: 25-08-2011 10:28 Subject:[libreoffice-users] Re: Writing programs for Base Since Base is not a database program, the first thing to know would be the actual database to be used. An embedded HSQLDB is only one

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Tom Davies
August, 2011 19:21:58 Subject: [libreoffice-users] Re: Writing programs for Base I'm very surprised to learn that Base is not a database program. I guess it is just some sort of front end to "real" database programs, is that right? I guess this means that I'll have to get a real d

Re: [libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Steve Edmonds
I do a bit of this, extracting data from accounting/stock reports and pumping it to a web page. I use 2 methods (again, not sure it matches your need), either perl scripts which are great for text when you want it automated or apache+php+mysql which is great when you want general user interacti

[libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread mickelsen
I'm very surprised to learn that Base is not a database program. I guess it is just some sort of front end to "real" database programs, is that right? I guess this means that I'll have to get a real database program that I can write programs for in order to accomplish this project. Any suggestion

[libreoffice-users] Re: Writing programs for Base

2011-08-25 Thread Andreas Säger
Since Base is not a database program, the first thing to know would be the actual database to be used. An embedded HSQLDB is only one option, good enough for simple demos and drafts but you don't really want to develop anything serious for that. Every "common database" (MySQL, Postgre,... and HSQL