From: Justin B. <jgb...@gm...> - 2009-03-19 23:06:08
|
You may be able to use the error handling provided by the underlying library. However, that may not work. You may have more luck using HaskellDB to generate SQL for you, which you execute directly using your DB provider. That's how I've used it in the past, at least. On Thu, Mar 19, 2009 at 4:00 PM, Dean Michael Berris <mik...@gm...> wrote: > Hi Guys, > > Any pointers on how I should handle errors from the queries I execute? > Does HaskellDB throw any exceptions? How should I recover from errors > that happen from within the suggested 'withDB' combinator? > > TIA > > -- > Dean Michael Berris | Software Engineer, Friendster, Inc. > blog.cplusplus-soup.com | twitter.com/mikhailberis | > linkedin.com/in/mikhailberis | profiles.friendster.com/mikhailberis | > deanberris.com > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users > |