On Apr 9, 2008, at 9:10 AM, johnf wrote:

> Oh wow I'm not sure we should take that on - supporting pymssql that  
> is.

        Well, don't we already have to use a customized pymssql? Couldn't we  
simply update that? What I meant was not doing a general support- 
everyone-in-the-world effort, but just something that Dabo users could  
use that we know would work.

> 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:
> ...

        That could also work, if that's what it takes. I would think that Mac/ 
Linux would work the same, since they both require FreeTDS, while  
Windows would use native access.        

-- Ed Leafe





_______________________________________________
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]

Reply via email to