[Mono-devel-list] Supporting stored procedures and large objects in System.Data.OracleClient

Jörg Rosenkranz joergr at voelcker.com
Mon May 17 04:02:56 EDT 2004


Hello Sergey,

> -----Original Message-----
> From: Spatar Sergey [mailto:spatar at mail.nnov.ru] 
> Sent: Saturday, May 15, 2004 2:20 PM
> 
> Please answer more questions.
> Did you use stored procedure's out parameters with SQL wrapping?

No, we haven't used this yet. Currently we are calling SPs as
normal SQL statements.

> Why do you use OracleClient instead of ODBC although it's 
> almost complitely supported?

Our application should be portable between Windows and
Linux. And the DB interface should deliver the best 
performance because this is critical for us. ODBC introduces
another layer which should drop performance significantly
and brings us an additional configuration hassle.

Aside from that S.D.OracleClient works for what we needed
or we were able to fix it to work this way.

The best thing you can do is filing a bug report or 
better yet provide a patch.

Joerg.



More information about the Mono-devel-list mailing list