[Mono-aspnet-list] Send and recieve database info using stored procedures and MySQL.

ajwtech ajwtech at gmail.com
Wed Mar 23 23:47:22 EDT 2011


Found the solution. 

I changed:
"AddParamToSQLCmd(sqlCmd, "@ReturnValue", MySqlDbType.Int32, 0,
ParameterDirection.ReturnValue, null);"

to:
"AddParamToSQLCmd(sqlCmd, "@ReturnValue", MySqlDbType.Int32, 0,
ParameterDirection.INOUT, null);"

--
View this message in context: http://mono.1490590.n4.nabble.com/Send-and-recieve-database-info-using-stored-procedures-and-MySQL-tp3401456p3401539.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list