Original Message-
> From: sudhakargupta [mailto:sudhakargupta_s...@hotmail.com]
> Sent: Tuesday, September 15, 2009 10:41 AM
> To: users@appfuse.dev.java.net
> Subject: Re: [appfuse-user] how to call Stored procedures in appfuse 2.0
> (MSSQL)
>
>
> Hi Matt,
>
>
Re: [appfuse-user] how to call Stored procedures in appfuse 2.0
(MSSQL)
Hi Matt,
i'm using struts in appfuse 2.0, yesterday i got the example for this one
but it throws not yet implemented exception
the example is like this
@org.hibernate.annotations.NamedNativeQuery(name = "findB
Hi Matt,
i'm using struts in appfuse 2.0, yesterday i got the example for this one
but it throws not yet implemented exception
the example is like this
@org.hibernate.annotations.NamedNativeQuery(name = "findByLastName", query =
"call findByLastName(?, :vLastName)", callable = true, resul
What persistence framework are you using? Have you tried looking at that
framework's documentation?
On Mon, Sep 14, 2009 at 4:41 AM, sudhakargupta <
sudhakargupta_s...@hotmail.com> wrote:
>
> Hi Matt,
>
> i am working with appfuse 2.0 and MSSQL database. i need to call the
> stored procedures w
Hi Matt,
i am working with appfuse 2.0 and MSSQL database. i need to call the
stored procedures written in MSSQL. i just want to run the stored procedure
with name only, with out writing the function in programming.
if you have any examples please give me.
please suggest me how to solve thi