[seasar-dotnet:1713] Re: [dbflute Procedure Generation Error]

kubo [E-MAIL ADDRESS DELETED]
2010年 6月 10日 (木) 11:50:55 JST


Hello,

You cannot call your procedure that returns result set
through DBFlute.NET.

// the handler of procedure on DBFlute.NET
// (if data reader, throws NotImplementedException)
https://www.seasar.org/svn/sandbox/dbflute.net/trunk/dfnet-basic-example/source/DfExample/DBFlute/AllCommon/S2Dao/internal/SqlHandler/InternalProcedureHandler.cs

Sorry it's the very one of difference from DBFlute for Java.

> Is there any other way to call my stored procedures?
You can call it through ADO.NET.
Get an instance of IDataSource from Quill container
that is same as the data source DBFlute.NET uses,
and you can use ADO.NET directly.

Thanks
jflute


seasar-dotnet メーリングリストの案内