2004 LinuxQuestions.org Members Choice Awards This forum is for the 2004 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2004. This is your chance to be heard! Voting closes on February 3rd.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
View Poll Results: Database of the Year
MySQL
511
53.51%
PostgreSQL
149
15.60%
Firebird
216
22.62%
Oracle
23
2.41%
Sybase
4
0.42%
DB2
2
0.21%
Berkley DB
3
0.31%
Informix
1
0.10%
MaxDB
0
0%
sqlite
46
4.82%
01-03-2005, 06:45 PM
#31
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Distribution: Conectiva Linux 10
Posts: 4
Thanked: 0
[
Log in to
get rid of this advertisement]
I voted for Firebird.
01-03-2005, 09:30 PM
#32
Member
Registered: Aug 2004
Posts: 130
Thanked: 0
No one stonger than Oracle 10G.
01-04-2005, 04:23 PM
#33
LQ Newbie
Registered: Jan 2005
Posts: 1
Thanked: 0
FireBird is the best!
My vote goes to FireBird. Being a FB user since the beginning, I was forced to use MySQL last year and.... no thanks. I'll stick to FireBird.
01-04-2005, 04:39 PM
#34
LQ Newbie
Registered: Jan 2005
Posts: 7
Thanked: 0
I started out with MySQL, moved up to PostgreSQL for transactions and stored procedures, then discovered Firebird.
If you're not using Firebird, seriously consider trying it out.
01-05-2005, 08:53 AM
#35
LQ Newbie
Registered: Jun 2004
Location: Kuwait
Distribution: Mandrake Linux 10.0
Posts: 16
Thanked: 0
MySQL, definately. This is freeware at its best!
Im sure all the PHP programmers out there wud agree
01-05-2005, 04:35 PM
#36
LQ Newbie
Registered: Jan 2005
Posts: 7
Thanked: 0
Quote:
Originally posted by q80slipknot
MySQL, definately. This is freeware at its best!
Im sure all the PHP programmers out there wud agree ;)
Until the PHP programmer wanted more than simple inserts, updates, and deletes...
Then he'd turn to Firebird...
Here's the code:
<?php
$conn = ibase_connect("server:path/to/database.fdb","username","password");
$rec = ibase_query("select name, address from address_book");
while($obj = ibase_fetch_object($rec)){
echo "Name: $obj->NAME, Address: $obj->ADDRESS <br>";
}
?>
As you can see, for any PHP developer, it's a piece of cake!
01-05-2005, 10:19 PM
#37
LQ Newbie
Registered: Jan 2005
Posts: 2
Thanked: 0
Firebird - my favorite database, it's very smart.
01-05-2005, 10:56 PM
#38
Member
Registered: Jan 2005
Distribution: Fedora 7
Posts: 34
Thanked: 0
PostgreSQL
01-06-2005, 03:27 AM
#39
LQ Newbie
Registered: Nov 2003
Location: Broadway, UK
Posts: 17
Thanked: 0
Quote:
Originally posted by q80slipknot
MySQL, definately. This is freeware at its best!
Just be careful of the licence conditions - MySQL is NOT free once you pass certain points !!!
Quote:
Im sure all the PHP programmers out there wud agree
Most definitely not. MySQL is LAST on the list of databases for PHP systems
01-07-2005, 10:24 AM
#40
Member
Registered: Dec 2003
Location: Jakarta
Distribution: Gentoo
Posts: 472
Thanked: 0
This is the real database: Postgresql.
01-07-2005, 10:23 PM
#41
LQ Newbie
Registered: Jan 2005
Distribution: Ubuntu Linux
Posts: 15
Thanked: 0
MySQL.
01-08-2005, 12:34 AM
#42
LQ Newbie
Registered: Nov 2003
Posts: 13
Thanked: 0
I go for Firebird!!!
If you're a windows DB developer that targets multiple OSs (win,linux,mac,solaris,freebsd,...), deploying your DB is as simple as copying to its destined location. You'll wonder how an enterprise RDBMS drawn its power from a very compact installation (~2.8MB)! It also have auto-allocation of workspace and recycles unused space from deleted records making it almost zero administration... One thing you could regret though is if you're collecting service fee on a per call basis
01-08-2005, 02:51 AM
#43
Member
Registered: Dec 2004
Posts: 61
Thanked: 0
I vote for HSQLDB (aka. Hypersonic SQL)
Just look at this benchmark:
http://www.peerfear.org/download/hsq...rformance.html
Btw, HSQLDB is used for OO.o Base 2.0, so soon everyone will be able to enjoy its speediness and tiny size (only 100k!)
Also, for OS zealots and people who worry about the state of Java, kaffe + classpath can definitely run this engine.
01-09-2005, 01:40 AM
#44
Member
Registered: Jan 2004
Location: Pakistan
Distribution: OpenSuse 10.2, Slackware 11, Solaris 10
Posts: 415
Thanked: 0
MySQL, because it is soo easy to use
01-09-2005, 08:03 AM
#45
Member
Registered: Mar 2004
Location: INDIA
Distribution: Debian Sid, Etch
Posts: 55
Thanked: 0
Although not using DB much, My choice is MySQL
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 10:17 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News
LQ Podcast
LQ Radio