Mladen Mihajlovic

1,491
Reputation
183 views

Registered User

Name Mladen Mihajlovic
Member for 1 year
Seen 2 days ago
Website
Location South Africa
Age 33
.NET and PHP Developer. Creator of:
2d
comment The string was not recognized as a valid datetime
Thanks @Raghav Khunger - fixed.
2d
revised The string was not recognized as a valid datetime
mixup with c# and vb.net syntax
2d
comment RegEx match open tags except XHTML self-contained tags
I listen and obey master!
Sep
17
awarded  Yearling
Aug
9
awarded  Notable Question
Jul
9
accepted mysql stored proc
Jul
9
comment mysql stored proc
Well, you would need to change SqlConnection to MySqlConnection, SqlCommand to MySqlCommand, etc... You also need to make sure that you've referenced the MySql .NET Connector assembly in your project. The parameters use ? instead of @ I think that should be it...
Jul
9
answered mysql stored proc