> > > Finally my stack is: > > > Mac: SA -> iODBC -> FreeTDS -> pyodbc -> MSSQL > > Ubuntu: SA -> unixODBC -> FreeTDS -> pyodbc -> MSSQL > > > > Of course you can remove the xODBC part of the equation if you want, > > but the results are the same. > > Are you sure this is correct? I'd understood the order of my stack to > be: > > Mac: SA -> pyodbc -> unixODBC -> FreeTDS -> MSSQL > Ubuntu: SA -> pyodbc -> unixODBC -> FreeTDS -> MSSQL > > With pyodbc being a layer between SA and freetds, and as you said, > xODBC being optional if you don't mind not using DSNs. >
Sorry my mistake. You are correct. -- Michael Trier http://michaeltrier.com/ http://thisweekindjango.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
