M
mat
I am used to writing sql server stored procedures that contain an In
parameter and a select statement whose where clause uses that in
parameter to return a list to Access via the pass-through query. I need
to do the same kind of thing with an Oracle 10g backend but so far I've
not had success. Can someone outline an approach that works? If I'm not
mistaken, Oracle procs are not good for this, and views don't take
parameters. Functions can return lists but even though I've been able to
create a function in oracle that seems to work, I can't find a way to
call it successfully in the passthrough query.
Rather that explain all the unsuccessful routes I've taken I hope
someone can give an example for an approach that works.
parameter and a select statement whose where clause uses that in
parameter to return a list to Access via the pass-through query. I need
to do the same kind of thing with an Oracle 10g backend but so far I've
not had success. Can someone outline an approach that works? If I'm not
mistaken, Oracle procs are not good for this, and views don't take
parameters. Functions can return lists but even though I've been able to
create a function in oracle that seems to work, I can't find a way to
call it successfully in the passthrough query.
Rather that explain all the unsuccessful routes I've taken I hope
someone can give an example for an approach that works.