[Mono-dev] odbc calling stored procedures.

tsureshkumar tsureshkumar at novell.com
Thu Aug 11 04:59:44 EDT 2005


Hey,

   I am about to implement output parameter binding for odbc commands. 
That needs calling stored procedures and having output parameters. I 
tried with following databases and I could not get one working.

sqlserver:freetds  - version 0.61 - throws errors when calling stored 
procedues with out bound parameters. other procs are working.
mysql - 4.* - does not have stored proc support. i've not tried 5.0
pgsql - returns return values as result set. but not as parameter.

i'm using odbc call syntax {? = get_age (?,?)}

is anybody aware/tested of a odbc driver which allows to call stored 
procedure and returns output parameters?

suresh.



More information about the Mono-devel-list mailing list