Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Mysql Hash Password? Pin
Guffa26-Apr-07 11:14
Guffa26-Apr-07 11:14 
GeneralRe: Mysql Hash Password? Pin
Eddymvp27-Apr-07 4:58
Eddymvp27-Apr-07 4:58 
AnswerRe: Mysql Hash Password? Pin
Guffa27-Apr-07 8:35
Guffa27-Apr-07 8:35 
Questionautocomplete feature Pin
Adobe200726-Apr-07 5:35
Adobe200726-Apr-07 5:35 
AnswerRe: autocomplete feature Pin
led mike26-Apr-07 5:40
led mike26-Apr-07 5:40 
GeneralRe: autocomplete feature Pin
Adobe200726-Apr-07 5:43
Adobe200726-Apr-07 5:43 
GeneralRe: autocomplete feature Pin
Mark Greenwood26-Apr-07 13:26
Mark Greenwood26-Apr-07 13:26 
GeneralRe: autocomplete feature Pin
Adobe200728-Apr-07 13:16
Adobe200728-Apr-07 13:16 
QuestionFolderBrowserDialog.SelectedPath Pin
Soulprovider26-Apr-07 4:48
Soulprovider26-Apr-07 4:48 
AnswerRe: FolderBrowserDialog.SelectedPath Pin
althamda26-Apr-07 5:25
althamda26-Apr-07 5:25 
GeneralRe: FolderBrowserDialog.SelectedPath Pin
Soulprovider28-May-07 23:51
Soulprovider28-May-07 23:51 

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.