Hi grp..
I want to know any good lite database for a stadalone PC , lite and fast. I want to manage a small chores of my work as soft copy and refer to them on computer ...
throw light plez Raj
"Abhishek Daga" abhishekdaga@yahoo.com
Depends on your platform. If you use windows then Access is a good choice. There is also mysql. if you are on linux or *nix then mysql or postgresql are good choices too.
use openoffice calc if you dont want to learn any database. It will do the work just as well. Its fast free and can be run on windows/linux/solaris. MySQL is nice, and you can use the phpMyAdmin web interface. I wouldnt recommend PostgreSQL unless it a big database. And to use both, you should know some basics about relational databases.
Regards, Keith -------------------------- Information Security Team Reliance IDC DAKC Navi Mumbai 022-30374188 -------------------------- Disclaimer information in this mail is confidential and is intended solely for the addressee. Access to this mail by anyone else is unauthorized. Any copying or further distribution beyond the original recipient is not intended and may be unlawful. The opinion expressed in this mail is that of the sender and do not necessarily reflect that of Reliance"
On Thursday 28 Apr 2005 1:49 am, Keith Fernandez wrote:
Disclaimer information in this mail is confidential and is intended solely for the addressee. Access to this mail by anyone else is unauthorized. Any copying or further distribution beyond the original recipient is not intended and may be unlawful. The opinion expressed in this mail is that of the sender and do not necessarily reflect that of Reliance"
please dont send me confidential mail - i cant be trusted
On 27/04/05 22:53 +0530, Raj Shaz wrote:
Hi grp..
I want to know any good lite database for a stadalone PC , lite and fast. I want to manage a small chores of my work as soft copy and refer to them on computer ...
A flat file? For more complex stuff, SQlite.
Devdas Bhagat
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in] On Behalf Of Raj Shaz Sent: Wednesday, April 27, 2005 10:53 PM To: linuxers@mm.ilug-bom.org.in Subject: [ILUG-BOM] Database
Hi grp..
I want to know any good lite database for a stadalone PC , lite and fast. I want to manage a small chores of my work as soft copy and refer to them on computer ...
Try the following: Gdbm (GNU implementation of old BDB (v2 AFAIK) BDB (now owned by sleepy cat, has transaction support and solid C/C++ and Java APIs SQLite
Regards,
ah