SQLite Alternate Solution Oracle BerkeleyDB

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
shridhar
Posts: 32
Joined: Mon May 25, 2009 5:24 am

SQLite Alternate Solution Oracle BerkeleyDB

Post by shridhar »

I read some document on the Oracle Pages about Berkeley DB. I think it is very good option to develop client server application.

You can find more information for Berkeley DB on the following link.

http://www.oracle.com/technology/produc ... index.html

Roberto Sir,

Could you please include in the HMG builder as SQLite ?

Thanks
Shridhar
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: SQLite Alternate Solution Oracle BerkeleyDB

Post by Rathinagiri »

Could you please include in the HMG builder as SQLite ?
HMG is GUI thing and if we have to build any library other than that (like DBMS) we can do this in Harbour level.

SQLite library is already included in HMG. Apart from this what do we need? Can you please explain Shridhar?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: SQLite Alternate Solution Oracle BerkeleyDB

Post by sudip »

Hi Sridhar,

How are you? I saw your post after a long time :)

I went to BarkelyDB web page. Seems very good :D

Do you want a SQLite dabase manager along with IDE?

There is an excellent SQLite manager, I am using it with Firefox browser. You can download it from http://sqlite-manager.googlecode.com/

I heard it from Rathi.

After 2 hours:
Hello Sridhar,
Is BarkeleyDB Open Source and Free? Is there any licensing issue like MySql (as both are owned by Oracle ;) )?
Thanks in advance :)
With best regards,
Sudip
shridhar
Posts: 32
Joined: Mon May 25, 2009 5:24 am

Re: SQLite Alternate Solution Oracle BerkeleyDB

Post by shridhar »

Hi Rathi,

Yes ..! As HMG nature of work it should include only GUI stuff. but just I wanted to include some tested examples of Berkely DB like SQLite as we have.

Hi Sudip ,

Yes you are right..!, there are both option for Berkeley DB.

Thanks
Post Reply