7 Sep
                
                    2010
                
            
            
                7 Sep
                
                '10
                
            
            
            
        
    
                7: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