Yes, adodbapi does use COM. My intention is to make an ADO.NET version of it, but I want to make one which will be a near drop in replacement for the fork which has been adapted for django -- which also uses COM. My idea is to make the django changes first, before making the .NET changes. That way, if I must fork the code for .NET, the new version will have the same features as the COM version. I want to add Mono to the list of systems adodbapi will run on. The existing Linux ODBC module leaves a bit to be desired, and something better may be needed to make MS-SQL access work on Linux. -- Vernon Cole
On Wed, Oct 28, 2009 at 4:02 PM, Seo Sanghyeon <[email protected]> wrote: > 2009/10/29 Jeff Hardy <[email protected]>: > > How much overlap is there between your other adodb project and > > adonet-dbapi? I don't think there's any need to have two libraries > > that do the same thing for IronPython, so we might as well figure out > > what's different and work towards one library. > > My understanding is that adodb uses COM, so it can't be used with Mono > on Linux. That seals my position against any merge. > > -- > Seo Sanghyeon > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
