There is a procedure stored on Microsoft SQL Server. Procedure can return a value. How can I execute stored procedure from MS SQL Server Database with ODB ORM and fetch value returned by this procedure?
You can use a native view for that. See Chapter 10, "Views" in the ODB manual for details.