Click here to Skip to main content
15,890,825 members
Home / Discussions / C#
   

C#

 
Questionsocket not closing even after the listening app has terminated?! Pin
Druuler4-Aug-09 1:43
Druuler4-Aug-09 1:43 
AnswerRe: socket not closing even after the listening app has terminated?! Pin
Druuler4-Aug-09 5:09
Druuler4-Aug-09 5:09 
GeneralRe: socket not closing even after the listening app has terminated?! Pin
Druuler6-Aug-09 7:32
Druuler6-Aug-09 7:32 
QuestionFailed To Connect MySQL via C# Pin
Nemesis Fixx4-Aug-09 1:36
Nemesis Fixx4-Aug-09 1:36 
AnswerRe: Failed To Connect MySQL via C# Pin
musefan4-Aug-09 1:41
musefan4-Aug-09 1:41 
GeneralRe: Failed To Connect MySQL via C# Pin
Nemesis Fixx4-Aug-09 1:50
Nemesis Fixx4-Aug-09 1:50 
GeneralRe: Failed To Connect MySQL via C# Pin
musefan4-Aug-09 1:57
musefan4-Aug-09 1:57 
GeneralRe: Failed To Connect MySQL via C# Pin
Nemesis Fixx4-Aug-09 3:29
Nemesis Fixx4-Aug-09 3:29 
Well, after rummaging through the MySQL .NET API Documentation and failing to find a clue, i decided to change the connection string to a different one like this:

my Original : "server=localhost;database=db;uid=root;password=abcdaaa"

in the API : "Database=db;DataSource=localhost;UserId=root;Password=abcdaaa;";

New Hack: "Database=db;DataSource=localhost;UserId=root;Password=abcdaaa;Port=3308";

/*This worked bcoz i realised i had configured MySql to listen on port 3308, tried changing it back to 3306 (default) with no success, until i decided to add the 'Port=3308' to the MySQL connection string.*/

Laugh | :laugh:
QuestionAccess Export using late binding [modified] Pin
BNeSiH4-Aug-09 0:44
BNeSiH4-Aug-09 0:44 
QuestionDelimiters for Tokenizer Pin
gamer11274-Aug-09 0:35
gamer11274-Aug-09 0:35 
AnswerRe: Delimiters for Tokenizer Pin
Super Lloyd4-Aug-09 0:42
Super Lloyd4-Aug-09 0:42 
GeneralRe: Delimiters for Tokenizer Pin
gamer11274-Aug-09 3:58
gamer11274-Aug-09 3:58 
AnswerRe: Delimiters for Tokenizer Pin
OriginalGriff4-Aug-09 1:20
mveOriginalGriff4-Aug-09 1:20 
QuestionHow to edit Dataset value (NOT DATA GRID) Pin
sacr834-Aug-09 0:09
sacr834-Aug-09 0:09 
AnswerRe: How to edit Dataset value (NOT DATA GRID) Pin
kstls4-Aug-09 0:25
kstls4-Aug-09 0:25 
GeneralRe: How to edit Dataset value (NOT DATA GRID) Pin
sacr834-Aug-09 1:42
sacr834-Aug-09 1:42 
GeneralRe: How to edit Dataset value (NOT DATA GRID) Pin
sacr834-Aug-09 1:47
sacr834-Aug-09 1:47 
GeneralRe: How to edit Dataset value (NOT DATA GRID) Pin
kstls4-Aug-09 2:14
kstls4-Aug-09 2:14 
AnswerRe: How to edit Dataset value (NOT DATA GRID) Pin
Fired.Fish.Gmail4-Aug-09 1:36
Fired.Fish.Gmail4-Aug-09 1:36 
GeneralRe: How to edit Dataset value (NOT DATA GRID) Pin
sacr834-Aug-09 2:01
sacr834-Aug-09 2:01 
AnswerRe: How to edit Dataset value (NOT DATA GRID) Pin
vinodkrebc4-Aug-09 2:20
vinodkrebc4-Aug-09 2:20 
QuestionChange the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta3-Aug-09 23:51
professionalRobScripta3-Aug-09 23:51 
AnswerRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
Hristo-Bojilov4-Aug-09 0:27
Hristo-Bojilov4-Aug-09 0:27 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
RobScripta4-Aug-09 0:45
professionalRobScripta4-Aug-09 0:45 
GeneralRe: Change the EditedFormattedValue of a cell in a DataGridView Pin
Hristo-Bojilov4-Aug-09 0:57
Hristo-Bojilov4-Aug-09 0:57 

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.