On Jan 21, 2006, at 7:12 AM, Jeremy Dunck wrote:
On 1/20/06, Cheng Zhang <[EMAIL PROTECTED]> wrote:
Adapter class over adodbapi where supported, falling back to
pymssql?
I think they (ado_mssql and pymssql) are meant for different OS
platforms, in that ado_mssql is for Django running on Windows to
connect to SQL Server since it only works on Windows, and pymssql is
for Django running on Linux/UNIX to connect to SQL Server since it's
only works on Linux/UNIX.
Right, my point was that django devs shouldn't have to care about this
too much, and providing a single django DB backend to support both
libs underneath would be nice.
But I'm just talking, you're coding, so do what makes sense to
you. ;-)
Actually my previous statement isn't correct, I just realized that
pymssql also claimed to work on Windows, except it will use M$'s
native libraries instead of FreeTDS.