Is it possible to use Oracle stored functions in pass through queries ,
i.e. where you somehow push a parameter to the Oracle function
I’ve tried the MSDN ADO example Q176086 of using a package/procedure to get data, but I was wondering if it was possible to have a “pass through” query which could take a parameter and then somehow use the stored procedure
Also how do you create an Access query that is based on a stored procedure, rather than a view