
7 Sep
2010
7 Sep
'10
9:48 a.m.
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. Thanks Peter

7 Sep
7 Sep
11:08 a.m.
2010/9/7 Peter Marks
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
5417
Age (days ago)
5417
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Virebayre
-
Peter Marks