[Haskell-cafe] Tools for Haskell and COM

Tim Docker timd at macquarie.com.au
Wed Jun 27 21:30:12 EDT 2007


Alistair Bayley wrote:

> I want to interface Takusen with MS Sql Server,
> but AFAICT the recommended C API is OLE DB, which
> is a COM API.

An alternative would be to write a takusen <-> freetds binding
(http://www.freetds.org/). This would have the potential benefits of
being

    * cross platform (ie windows and linux)
    * multi db (ie ms-sql and sybase)

I should admit that there's a bit of self-interest here... I'd use such
a binding it it existed.

Tim


More information about the Haskell-Cafe mailing list