I am having a similar situation.
did u happen to find a way to get this working.
lali m wrote:
>
> hi,
>
> I have to do multiple insert in same time and for the moment I not found
> how
> do it.
> exemple : for one student I have to do insert all books
>
> Student student {
> Sring name
> .
Hi All,
I got some weird issue.
I am using Ibatis XMLtypeHandlerCallback to store XML type data into oracle
Database.
Datasource i am using DBCP datasource and configured in Spring Context file.
When i run my application in RAD, the setter.getPreparedStatement() in
XMLtypeHandlerCallback ::setPa
Please read the Ibatis documentation and you will find similar examples
there.
On Fri, Sep 12, 2008 at 6:33 AM, my screen1 <[EMAIL PROTECTED]>wrote:
>
> Hi,
>
> I am calling a procedure from ibatis layer, where the procedure returns a
> result set ( as normal select ) and an output parameter.
>
>
you are welcome
Brandon
On Fri, Sep 12, 2008 at 8:28 AM, Zhubin Salehi <[EMAIL PROTECTED]> wrote:
>
> Thanks whoever updated Maven repo!
>
>
> Zhubin Salehi wrote:
> >
> > I was wondering if the new build are going to be available on Maven
> > central repository EVER! Any news?
> >
>
> --
> View
Hi,
I am calling a procedure from ibatis layer, where the procedure returns a
result set ( as normal select ) and an output parameter.
My procedure will be as below:
procedure test(count integer out)
{
select name,no from employee;
set count=select count(*) from employee;
}
Cou
Thanks whoever updated Maven repo!
Zhubin Salehi wrote:
>
> I was wondering if the new build are going to be available on Maven
> central repository EVER! Any news?
>
--
View this message in context:
http://www.nabble.com/New-iBATIS-build-on-Maven-central-repository.-tp18964458p19455804.htm