Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Reply
Old 09-02-2008, 03:04 AM oracle or mysql?
subodh's Avatar
Skilled Talker

Posts: 77
Name: Subodh Gaikwad
Location: India
Trades: 1
I am planning to work on new website. It has more than 5000 records. And that will goes on increasing.
I am using .NET framework (Asp.net).
What will be better option regarding choosing database server?
Will MYSQL better or oracle?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
subodh is offline
Reply With Quote
View Public Profile Visit subodh's homepage!
 
 
Register now for full access!
Old 09-02-2008, 04:10 AM Re: oracle or mysql?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It depends!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-02-2008, 02:05 PM Re: oracle or mysql?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Oracle, absolutely, because it's a much higher quality software. That's like asking if a space ship is faster than a snail.

But 5,000 or even 50,000 rows is nothing. Even something like MS Access or MySQL can handle that without breaking a sweat.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 09-02-2008, 03:44 PM Re: oracle or mysql?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Like John said, oracle and mysql are not on the same level here.
If you can go with Oracle, go with it.

But just a quick question...
If you go Asp, it means you have a windows hosting solution.
Don't they provide MS sql server (even the express version) in that case ?
You can be confident it will be more than enough, and even me as a free software advocate, I would recommend you MS sql server rather than mysql.

For having worked on many DB engines, mysql is the last one I want to work with in a production environment.
Almost anything but that...
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 09-28-2008, 03:49 PM Re: oracle or mysql?
Nazi370's Avatar
Skilled Talker

Posts: 70
Name: Nazirul
Trades: 0
paid!!
-ms sql server
-oracle

free.. open source
-mysql

i have a question here, is it possible if we use asp.net using visual basic to develop web BUT using MySQL database?

thanks..
Nazi370 is offline
Reply With Quote
View Public Profile
 
Old 09-28-2008, 04:52 PM Re: oracle or mysql?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
It should be. Probably, you will need to create an ODBC connection to the db, and then you should be able to use it.
Talking from a logical deduction though, as I'm a linux guy.

But honestly, mysql don't even come close to ms sql server (mark that, a Linux enthusiast that recommends ms sql server!) nor oracle.
Postgresql [http://www.postgresql.org/] is far more on the par level than mysql, and is an open source DB engine too, if "free as in beer" is your main criteria.
And, from the "about" page of their site:
Quote:
It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.
__________________
Only a biker knows why a dog sticks his head out the window.

Last edited by tripy; 09-28-2008 at 04:53 PM..
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 10-02-2008, 07:33 PM Re: oracle or mysql?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
With .NET code, you can connect to any database that's been exposed through ODBC. You'll have to put MyODBC on whatever machine will run your code, tho.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-05-2008, 05:02 AM Re: oracle or mysql?
Nazi370's Avatar
Skilled Talker

Posts: 70
Name: Nazirul
Trades: 0
thanks man for the idea..

i'll check out the Postgresql ...

MyODBC - is it a software or line of coding that we usually used in asp

how do we get it and any tutorial there... thanks John
Nazi370 is offline
Reply With Quote
View Public Profile
 
Old 10-05-2008, 05:51 AM Re: oracle or mysql?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
MyODBC - is it a software or line of coding that we usually used in asp
It is the ODBC Driver needed to interface ASP/.NET with MySQL

download it from MySql and use in exactly the same way as all the other ODBC drivers
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?

Last edited by chrishirst; 10-05-2008 at 05:53 AM..
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-05-2008, 09:26 PM Re: oracle or mysql?
Brian07002's Avatar
Defies a Status

Posts: 2,140
Name: ...
Location: ...
Trades: 0
Quote:
Originally Posted by Learning Newbie View Post
Oracle, absolutely, because it's a much higher quality software. That's like asking if a space ship is faster than a snail.

But 5,000 or even 50,000 rows is nothing. Even something like MS Access or MySQL can handle that without breaking a sweat.
I'd say if your computer can handle it, it doesn't matter what you choose...I never used access for much, but I would imagine both are good, but if your computer is descent, I'm sure either or would suffice.

On a side note: If you choose mySQL, you are going to say I should of went with MS Access. So what REALLY is the difference is YOU.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 12-02-2008, 12:46 PM Re: oracle or mysql?
Extreme Talker

Posts: 176
Name: 111
Trades: 0
I think MySQL is the best. I use only it.
__________________

Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
andr112 is offline
Reply With Quote
View Public Profile
 
Old 12-02-2008, 03:05 PM Re: oracle or mysql?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
I think MySQL is the best.
I beg to differ.
There are many other DB that are way more easy to use, have better support for many useful functions.

And I don't speak about DB2 or Oracle nor ms sql server, although any of those 3 is better than mysql in my opinion.

The only reason mysql is so widely used today is because it's development have been tied to PHP.
Without PHP, we would have way less mysql instances.
It's fine if you just do simple select/update/insert statements, but when it comes for further functions (SP, updatable views, replication, clustering, native XML support), it is simply not adapted.

But when I read on the blog of one of the mysql founder:
http://monty-says.blogspot.com/2008/...-released.html
Quote:
It may even be the best to wait for a couple of minor/patch releases before putting the MySQL 5.1 server into production.
Quote:
Don't expect that all critical bugs that you may have encountered in 5.0 to be fixed in 5.1. Even if we have fixed a big majority of the bugs from 5.0 some really critical ones still haven't been addressed.
It don't make me more confident over the product.
Sure, mysql 5.1 is beta, and every half decent sysadmin should be really careful about them.

I personally work now as a dba on ms sql server, worked previously on Oracle, and is a linux enthusiast that adopted Postgresql for years.
And the truth is that each time I have to work with mysql, I miss many usefull functions I have at disposal elsewhere.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 12-02-2008, 05:30 PM Re: oracle or mysql?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by Brian07002 View Post
I'd say if your computer can handle it, it doesn't matter what you choose...I never used access for much, but I would imagine both are good, but if your computer is descent, I'm sure either or would suffice.
For a single user application, you're right - any commercial workstation should be able to handle a small, decently written database application. For a web site, without knowing how many concurrent users there might be, that's not a safe thing to bank on.

Also, it's not just the speed of MySQL that's problematic. A database is supposed to be the bible, a source of knowledge and absolute truth. MySQL fails silently in all sorts of ways, and isn't reliable enough to be the knowledge store.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to oracle or mysql?
 

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.35839 seconds with 12 queries