Reply
Which Database type is better
Old 01-20-2008, 05:08 AM Which Database type is better
Junior Talker

Posts: 1
Trades: 0
Hi All,


I am in the process of making an online directory and to do this I wish to store all the information for each business in a database so that when eventually I have some better technology behind the site I can store/retrieve data from the database with minimal fuss, my only concern is what type of data base do you guys think would be the best to use for this instance? The way I'm going I just might use an excel spread sheet

Thanks
decoy1983 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-20-2008, 08:58 AM Re: Which Database type is better
chrishirst's Avatar
Super Moderator

Posts: 26,349
Location: Blackpool. UK
Trades: 0
Anything apart from Excel

It will depend on what your host supports.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | Crowded Nightclub? | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-24-2008, 12:07 AM Re: Which Database type is better
Novice Talker

Posts: 7
Trades: 0
PHP and mySQL is good.
llee81 is offline
Reply With Quote
View Public Profile
 
Old 01-27-2008, 11:13 AM Re: Which Database type is better
ssandecki's Avatar
SEO Addict

Latest Blog Post:
Wordpress SEO Plugins
Posts: 295
Name: Stephen
Location: Chicago, IL
Trades: 0
I have to agree, I've always been a PHP\MySQL fan.
__________________
Settlement Loan - Learn how to get a cash advance on your pending lawsuit; if you lose your lawsuit you don't pay it back!
ssandecki is offline
Reply With Quote
View Public Profile Visit ssandecki's homepage!
 
Old 01-29-2008, 08:12 AM Re: Which Database type is better
Average Talker

Posts: 21
Trades: 0
YEah he is right it depends on what host you are using.. If it support by PHP or MySQL...
jigolo is offline
Reply With Quote
View Public Profile
 
Old 01-29-2008, 08:31 AM Re: Which Database type is better
tripy's Avatar
Do not try this at home!

Posts: 3,418
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
There's a full broad of db available outside mysql....

sqlite, if you don't need 1+ million rows, nor network connectivity, is great.
postgresql is one of my favorite.
Oracle PE, ms sql server looks interesting, ibm DB2, firebird.....

There are tons of db engines, and not all costs thousands.
Beside, they each have thers + and -, so document yourself well before choosing one or the other.

Mysql is very versatile, thanks to it's plugin based backend, but I personally prefer postgresql much more.
Personal taste, and background.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is online now
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 01-31-2008, 02:18 AM Re: Which Database type is better
Average Talker

Posts: 17
Trades: 0
MS SQL Server has been said to be the best product Microsoft has ever or will ever produce. I have used it and it is really, really nice. It has a lot of enterprise features. However, when I develop something for myself, I use MySQL. It is free, it runs on many different platforms (unlike MS SQL Server, which is Windows-only), it is supported by just about every web hosting company - and for the most part, you can rig up some mechanism to dump data out of MySQL and import it into some other database software if you decide (for example) you want to go with Postgres or MS SQL Server.

Here's some information you haven't mentioned yet - what platform are you developing from? Windows? Linux? Shared server? Dedicated? Is this going to be a PHP app?

Hell, if all you've got is a Windows machine, and it doesn't have to have amazing performance, you might want to use MS Access. It integrates with other Office applications and I think it can be queried over ODBC.
__________________
DrivingForums.net - Defensive driving, fuel saving, discussion, debate, and more.

Last edited by Crankshaft; 01-31-2008 at 02:47 AM..
Crankshaft is offline
Reply With Quote
View Public Profile
 
Old 02-01-2008, 04:49 PM Re: Which Database type is better
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
I'm not sure I'd say "if all you've got is a Windows machine" since people pay a premium for them?

I'd say variable character unicode is the best database type for a web directory, because it allows for more languages and character sets.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 02-01-2008, 07:12 PM Re: Which Database type is better
tripy's Avatar
Do not try this at home!

Posts: 3,418
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
I'm playing with it for some times, and I have to say that I moved almost all my DB work on postgresql...

A real nifty application, I would say.
And if peoples tell you that it's slow, my bench on a select intensive application returned the same results (with 2 or 3 % of differences, so no noticeable differences).

And just for the presence of REAL foreign keys, it's good enough to ditch mysql away.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is online now
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 02-01-2008, 07:59 PM Re: Which Database type is better
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
What's this about real foreign keys in MySQL?
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 02-02-2008, 04:03 AM Re: Which Database type is better
tripy's Avatar
Do not try this at home!

Posts: 3,418
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
They don't exists....
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is online now
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 02-04-2008, 01:20 AM Re: Which Database type is better
Average Talker

Posts: 17
Trades: 0
Quote:
Originally Posted by Learning Newbie View Post
I'm not sure I'd say "if all you've got is a Windows machine" since people pay a premium for them?
What I meant was, if all he's got is a desktop machine.
__________________
DrivingForums.net - Defensive driving, fuel saving, discussion, debate, and more.
Crankshaft is offline
Reply With Quote
View Public Profile
 
Old 02-05-2008, 06:40 AM Re: Which Database type is better
phppoddotcom's Avatar
Extreme Talker

Posts: 165
Trades: 0
MySQL is a good solution.
phppoddotcom is offline
Reply With Quote
View Public Profile Visit phppoddotcom's homepage!
 
Old 02-05-2008, 03:53 PM Re: Which Database type is better
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
Quote:
Originally Posted by Crankshaft View Post
What I meant was, if all he's got is a desktop machine.
You'll be shocked to learn that Windows Server exists.
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 02-06-2008, 01:16 AM Re: Which Database type is better
Average Talker

Posts: 17
Trades: 0
Quote:
Originally Posted by Learning Newbie View Post
You'll be shocked to learn that Windows Server exists.
I know that there are people who are forced to pay extra for that, yes.
__________________
DrivingForums.net - Defensive driving, fuel saving, discussion, debate, and more.
Crankshaft is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Which Database type is better
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14236 seconds with 13 queries