« Return to Thread: HDBC with SQL Server / OBDC

Re: HDBC with SQL Server / OBDC

by John Goerzen-3 :: Rate this Message:

Reply to Author | View in Thread

On Sunday 25 May 2008 11:24:20 am Morten Holm Pedersen wrote:
> am trying to do a simple DB connection from Haskell to a SQL Server 2005
> (on Windows obviously). The DSN name ("Nylon") works from C++ but when
> running the below example (or any other I can think of) ghci crashes.
> Does anyone know a resolution for this or where the problem can possible
> be ?

First off, I'd suggest separating out the steps in your do block to
individual pieces so you can isolate where the crash is.  Also, what sort of
error message do you get when the crash occurs?  And are you using a MingW
GHC?

-- John
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@...
http://www.haskell.org/mailman/listinfo/haskell-cafe

 « Return to Thread: HDBC with SQL Server / OBDC