OpenOffice.org Forum at OOoForum.orgThe OpenOffice.org Forum
 
 [Home]   [FAQ]   [Search]   [Memberlist]   [Usergroups]   [Register
 [Profile]   [Log in to check your private messages]   [Log in

Developing with Just OOo Base's HSQL engine

 
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Base
View previous topic :: View next topic  
Author Message
Comatose51
Newbie
Newbie


Joined: 16 Jul 2005
Posts: 1

PostPosted: Sat Jul 16, 2005 6:05 pm    Post subject: Developing with Just OOo Base's HSQL engine Reply with quote

I'm about to to my project on a GPLed calender program and am looking for a simple database as a backend. OOo Base looks perfect for this except for the following issues:

1. Is there a way to use just the DB part of OOo Base? I want to include it with my program but I don't want to require people to install OOo just to run my program. In short, I need a light SQL DB to be packaged with my program.

2. What is the best way to call OOo Base's HSQL engine from C# if that is possible at all?

3. Where can I get a guide to using the HSQL engine?

Thanks.
Back to top
View user's profile Send private message
bryancole
OOo Advocate
OOo Advocate


Joined: 13 Jun 2003
Posts: 305

PostPosted: Sun Jul 17, 2005 2:58 am    Post subject: Reply with quote

OO-Base is a DB "frontend" (i.e. GUI) rather than a "backend" (DB management system). Sounds like you just want the "backend" bit for your own application.

HSQL (OO-Base's embedded DB) is written in java so doesn't seem a good fit for a c# application (all clients would need a Java VM installed).

Why not try SQLite instead. It has C# bindings on both .net and mono.

BC
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Base All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group