I am having a tough time here. I have downloaded all the required dll files/references from mysql website.
Though I guess I am able to connect to MySQL database. I am not able to retrieve the data from the database & display it.
I saw some video tutorials on youtube, but that was an console application he used it. Can anyone please provide me one
small example on how to retrieve the data from the database & display it ? I would be really greatful.
scriptkid
Member
30 Points
21 Posts
Using MySQL in asp.net c#
Feb 20, 2012 09:14 AM|LINK
Hey Guys,
I am having a tough time here. I have downloaded all the required dll files/references from mysql website.
Though I guess I am able to connect to MySQL database. I am not able to retrieve the data from the database & display it.
I saw some video tutorials on youtube, but that was an console application he used it. Can anyone please provide me one small example on how to retrieve the data from the database & display it ? I would be really greatful.
I am waiting for your help friends!
Thank You
sunilgurjar
Contributor
2252 Points
478 Posts
Re: Using MySQL in asp.net c#
Feb 20, 2012 09:25 AM|LINK
try this
http://www.codeproject.com/Articles/14110/MySQL-5-C-sample-code-using-ObjectDataSources
http://forums.mysql.com/read.php?38,50575,50575
read my blog
http://sunilgurjar.blogspot.com/
scriptkid
Member
30 Points
21 Posts
Re: Using MySQL in asp.net c#
Feb 20, 2012 09:37 AM|LINK
I tried that. Its tool complex. I dint understand it:(