Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
QuestionRenaming an Interop file Pin
lost in transition 26-Apr-07 10:31
lost in transition 26-Apr-07 10:31 
AnswerRe: Renaming an Interop file Pin
Christian Graus26-Apr-07 11:50
protectorChristian Graus26-Apr-07 11:50 
GeneralRe: Renaming an Interop file Pin
lost in transition 27-Apr-07 6:27
lost in transition 27-Apr-07 6:27 
Questioncombobox in gridview Pin
Mohammed Elkholy26-Apr-07 10:11
Mohammed Elkholy26-Apr-07 10:11 
AnswerRe: combobox in gridview Pin
isamir26-Apr-07 11:31
isamir26-Apr-07 11:31 
AnswerRe: combobox in gridview Pin
Keshav V. Kamat26-Apr-07 18:48
Keshav V. Kamat26-Apr-07 18:48 
GeneralRe: combobox in gridview Pin
Nouman Bhatti26-Apr-07 21:11
Nouman Bhatti26-Apr-07 21:11 
Questionvisual studio 2005 Pin
salie0026-Apr-07 9:52
salie0026-Apr-07 9:52 
QuestionCan I Hard Kill a Thread? Pin
Jimmanuel26-Apr-07 9:42
Jimmanuel26-Apr-07 9:42 
AnswerRe: Can I Hard Kill a Thread? Pin
Judah Gabriel Himango26-Apr-07 12:30
sponsorJudah Gabriel Himango26-Apr-07 12:30 
GeneralRe: Can I Hard Kill a Thread? Pin
Jimmanuel26-Apr-07 13:53
Jimmanuel26-Apr-07 13:53 
QuestionConsole.WriteLine - need help Pin
Slow Learner26-Apr-07 9:20
Slow Learner26-Apr-07 9:20 
AnswerRe: Console.WriteLine - need help Pin
netJP12L26-Apr-07 9:31
netJP12L26-Apr-07 9:31 
AnswerRe: Console.WriteLine - need help Pin
isamir26-Apr-07 11:40
isamir26-Apr-07 11:40 
AnswerRe: Console.WriteLine - need help Pin
Abdul Sami X26-Apr-07 21:28
Abdul Sami X26-Apr-07 21:28 
Questioncontrol on form Pin
netJP12L26-Apr-07 8:33
netJP12L26-Apr-07 8:33 
AnswerRe: control on form Pin
Arun.Immanuel26-Apr-07 14:28
Arun.Immanuel26-Apr-07 14:28 
QuestionMySQL Connection Pin
Gareth H26-Apr-07 7:37
Gareth H26-Apr-07 7:37 
AnswerRe: MySQL Connection Pin
Wayne Phipps26-Apr-07 8:33
Wayne Phipps26-Apr-07 8:33 
I don't use MySQL myself but just looking at your string there are three comments:

1) shouldn't "Network Address=ip:3306" be something like "Network Address=127.0.0.1:3306"
2) you use the ";" as a seperator but it's missing from the first aurument.
3) you've got quote marks "'" around most of the arguments except the first.

This would give the first line the following format:

("Network Address='127.0.0.1:3306';"

Just an idea..


Regards

Wayne Phipps
____________

Time is the greatest teacher... unfortunately, it kills all of its students
View my Blog

GeneralRe: MySQL Connection Pin
Wayne Phipps26-Apr-07 9:22
Wayne Phipps26-Apr-07 9:22 
GeneralRe: MySQL Connection Pin
Gareth H27-Apr-07 0:05
Gareth H27-Apr-07 0:05 
QuestionTextbox Error/Problem? Pin
Gareth H26-Apr-07 7:27
Gareth H26-Apr-07 7:27 
AnswerRe: Textbox Error/Problem? Pin
mnvkng7626-Apr-07 17:07
mnvkng7626-Apr-07 17:07 
GeneralRe: Textbox Error/Problem? Pin
Gareth H26-Apr-07 22:24
Gareth H26-Apr-07 22:24 
QuestionMysql Hash Password? Pin
Eddymvp26-Apr-07 6:55
Eddymvp26-Apr-07 6:55 

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.