[problem]error

06/03/2009 21:53 coreymills#1
[Only registered and activated users can see links. Click Here To Register...]

line of error:
Code:
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + '"');
can someone help please.
06/04/2009 00:15 CIRASH#2
Code:
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
hits thanks =]
06/04/2009 01:57 coreymills#3
dude u wrote the exzact same thing i wrote there
06/04/2009 02:18 kinshi88#4
Nope its different.
Yours ends with:
Code:
'"');
His ends with:
Code:
"'");
You should read the whole post =P
06/04/2009 02:47 coreymills#5
i did i guess i just wasn't looking for the little things thanks for pointing that out kinshi
06/04/2009 03:11 coreymills#6
i did i guess i just wasn't looking for the little things thanks for pointing that out kinshi

EDIT: Error: Connection must be valid and open.

error line:
Code:
MySqlDataReader DR = Cmd.ExecuteReader(CommandBehavior.CloseConnection);