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

C#

 
GeneralRe: How to check whether network busy or not? Pin
George_George4-Jan-09 22:28
George_George4-Jan-09 22:28 
Questionload the data from data base Pin
abu rakan3-Jan-09 1:18
abu rakan3-Jan-09 1:18 
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 
It's very tough to say which is better. I have a high traffic website which uses MySQL as backend and works like a charm. It gives good performance. But you can gain that only by optimizing your queries and code. Proper indexing also reduces the query execution time.

BTW, how are you connecting to MySQL from C#? Is it through Oledb? If yes, that might be the reason for bad performance. Oledb is slow and you should consider the MySQL connector provided by MySQL which can be downloaded from MySQL site. I'd suggest to go with MySQL (5.0 or later).


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 
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 

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.