On 1/12/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 1/12/06, Rich Bakos <[EMAIL PROTECTED]> wrote: > > The pymssql driver only supports DB-LIB, which is way outdated and you > > wont have access to functionality added to MSSQL after version 6.5. > > This is not the best option IMHO. > > Adapter class over adodbapi where supported, falling back to pymssql?
I think that may be the best option unless someone wants to write a wrapper for freetds. I tried that using swig before... it didn't work so well, but then again, I'm not that good with C. Another (probably the most stable and documented) option is mxODBC (+freetds on *nix), which unfortunately isn't free... but then again, neither is MSSQL ;) Joseph