2010/9/7 Peter Marks <[email protected]>:
> Are there any Haskell libraries that can call stored procedures in Oracle?
> I've been looking at Takusen which I like, but I can't find a way to call a
> stored procedure.

Don't you need to execute a SELECT query that calls the procedure, as in

select my_procedure(parameter)

Not sure though, I've never used stored procedures.

David
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to