C# MySQL 5.0 and storeprocedure
-
I want connect to MYSQL database by C# and I want to use storeProcedure to access database but I can't do that. Please help me
Well to connect to mysql you either need an odbc driver which can be found at mysql's website or microsofts website. afaik mysql doesnt support stored procedures yet - it is only due in version 5 and I think they are far away from that.
-
I want connect to MYSQL database by C# and I want to use storeProcedure to access database but I can't do that. Please help me
-
Well to connect to mysql you either need an odbc driver which can be found at mysql's website or microsofts website. afaik mysql doesnt support stored procedures yet - it is only due in version 5 and I think they are far away from that.
well I dont' know how do you call them .. but certainly MySql does support stored procedures form v.4.1 onwards!
-
well I dont' know how do you call them .. but certainly MySql does support stored procedures form v.4.1 onwards!
I call them stored procedures and I beg to differ with you on that statement. http://dev.mysql.com/doc/mysql/en/roadmap.html[^] The current production release is 4.1. MySQL 5.0 is available in alpha status. See the table of features and which version they belong to.