Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: load the data from data base Pin
Abhijit Jana3-Jan-09 1:37
professionalAbhijit Jana3-Jan-09 1:37 
QuestionSQL or MySQL with c# Pin
Abdul Rahman Hamidy3-Jan-09 1:03
Abdul Rahman Hamidy3-Jan-09 1:03 
AnswerRe: SQL or MySQL with c# Pin
Henry Minute3-Jan-09 1:49
Henry Minute3-Jan-09 1:49 
GeneralRe: SQL or MySQL with c# Pin
Abdul Rahman Hamidy3-Jan-09 2:35
Abdul Rahman Hamidy3-Jan-09 2:35 
AnswerRe: SQL or MySQL with c# Pin
Aman Bhullar3-Jan-09 5:21
Aman Bhullar3-Jan-09 5:21 
AnswerRe: SQL or MySQL with c# Pin
N a v a n e e t h3-Jan-09 16:14
N a v a n e e t h3-Jan-09 16:14 
GeneralRe: SQL or MySQL with c# Pin
Abdul Rahman Hamidy4-Jan-09 0:30
Abdul Rahman Hamidy4-Jan-09 0:30 
AnswerRe: SQL or MySQL with c# Pin
Wendelius4-Jan-09 1:20
mentorWendelius4-Jan-09 1:20 
I think it's impposible to say which one is better. The choice depends on many factors like:
- investment costs (both hardware and licenses)
- desired support level and are you willing to pay for it
- possibly existing databases (why bring a new product if existing are implemented using a different product)
- how familiar you/your team is with the product
- what is the future roadmap for the product etc.

From my experiences, if you are worried about the performance, there's very little difference between different databases, but the way how you get most out of them may be different. So the optimization process may not be equal. However, most of performance isn't coming from the database itself, instead it's how you use it:
- database modelling
- indexing
- types of sql statements
- application logic
- number of roundtrips etc.

If I should say something good for both products:
- both SQL Server Express Edition and MySQL are free to use
- SQL Server has more capabilities and features than MySQL
- MySQL group is very active but the information may be scattered
- integration for SQL Server in .Net is better

But as said, you should think of your environment and your needs in order to make the decision. One product isn't the best choice in all cases, so there's no absolute truth.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: SQL or MySQL with c# Pin
Abdul Rahman Hamidy4-Jan-09 22:57
Abdul Rahman Hamidy4-Jan-09 22:57 
GeneralRe: SQL or MySQL with c# Pin
Wendelius5-Jan-09 6:06
mentorWendelius5-Jan-09 6:06 
QuestionAbout PostMessage() API Pin
tr_thorn3-Jan-09 1:01
tr_thorn3-Jan-09 1:01 
QuestionWindows Users Pin
yogesh_kumar_agarwal3-Jan-09 0:32
yogesh_kumar_agarwal3-Jan-09 0:32 
AnswerRe: Windows Users Pin
pikmindoctor3-Jan-09 4:25
pikmindoctor3-Jan-09 4:25 
GeneralRe: Windows Users Pin
EliottA3-Jan-09 10:50
EliottA3-Jan-09 10:50 
GeneralRe: Windows Users Pin
yogesh_kumar_agarwal5-Jan-09 23:33
yogesh_kumar_agarwal5-Jan-09 23:33 
AnswerRe: Windows Users Pin
Eddy Vluggen3-Jan-09 23:10
professionalEddy Vluggen3-Jan-09 23:10 
Questionadd control Pin
hamidhakimi2-Jan-09 18:52
hamidhakimi2-Jan-09 18:52 
AnswerRe: add control Pin
Giorgi Dalakishvili2-Jan-09 20:53
mentorGiorgi Dalakishvili2-Jan-09 20:53 
Questionconvert pdf to doc Pin
inzibharti2-Jan-09 18:15
inzibharti2-Jan-09 18:15 
AnswerRe: convert pdf to doc Pin
Dave Kreskowiak2-Jan-09 19:55
mveDave Kreskowiak2-Jan-09 19:55 
QuestionHow To Install .net Framework Without Wizard Pin
Joe Rozario2-Jan-09 17:23
Joe Rozario2-Jan-09 17:23 
AnswerRe: How To Install .net Framework Without Wizard Pin
N a v a n e e t h2-Jan-09 17:35
N a v a n e e t h2-Jan-09 17:35 
AnswerRe: How To Install .net Framework Without Wizard Pin
Dave Kreskowiak2-Jan-09 19:54
mveDave Kreskowiak2-Jan-09 19:54 
GeneralRe: How To Install .net Framework Without Wizard Pin
N a v a n e e t h3-Jan-09 1:05
N a v a n e e t h3-Jan-09 1:05 
AnswerRe: How To Install .net Framework Without Wizard Pin
#realJSOP2-Jan-09 23:56
professional#realJSOP2-Jan-09 23:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.