On Wednesday 09 April 2008 05:21:13 am Ed Leafe wrote: > On Apr 8, 2008, at 11:51 PM, johnf wrote: > > Bottom line: The guy that created the psmssql moldule is no longer > > actively > > supporting the module. Maybe, we should look for a replacement???? > > As Gary > > is not the only person that has trouble getting it to work. But I > > know Nate > > is using it on some web projects and it works for him. > > I don't currently have a way to test this, so I'm pretty useless > here. But unless you find a good, well-supported module out there, we > could always fork psmssql and maintain it ourselves, at least until we > can get around to sqlalchemy integration. > > -- Ed Leafe
Oh wow I'm not sure we should take that on - supporting pymssql that is. I wonder if we can just setup different connections that depend on the platform or some other variable. if sys.platform == 'win32': setupWinConnection() elif sys.platform == 'linux': setupLinuxConnection elif sys.platform == 'mac': setupMacConnection if MsSqlVerion == 2000: ... I think Larry may have 2005 running and I think he'll allow me to connect for testing. If he does not - does anyone else have an open 2005 available for testing???? -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
