[odb-users] Query Stored Procedure (SQL Server)
Tarik BENZ
tenchu.tarik at hotmail.fr
Fri Jun 14 04:42:49 EDT 2013
Hi Boris,
Thank you for the answer, Actually I solved my problem,
because I wanted to call a function and not a stored procedure
("Select * from function((?))" instead of "EXEC procedure (?)").
So I can't tell you whether the binary you gave me solves this kind of problems.
Thank you
Tarik
> Date: Thu, 13 Jun 2013 19:08:15 +0200
> From: boris at codesynthesis.com
> To: tenchu.tarik at hotmail.fr
> CC: odb-users at codesynthesis.com
> Subject: Re: [odb-users] Query Stored Procedure (SQL Server)
>
> Hi Tarik,
>
> Tarik BENZ <tenchu.tarik at hotmail.fr> writes:
>
> > I am trying to use the native view to call a stored function
> >
> > [...]
> >
> > But I have this error during the compilation
> >
> > Preparation_View.hxx:13:8: error: view '::Preparation_View' has an incomplete query template and no associated objects
>
> Yes, there were some parts missing for the stored procedure support.
> Can you try this binary for the ODB compiler and see if it works for
> you now:
>
> http://www.codesynthesis.com/~boris/tmp/odb/odb-2.2.2-i686-windows.zip
>
> Boris
More information about the odb-users
mailing list