On Fri, Mar 8, 2013 at 4:25 AM, VernonCole <[email protected]> wrote: > People tend to think of ADO as only talking to Microsoft databases. Nothing > could be farther from the truth. When maintaining adodbapi, I normally test > against MS-SQL Server, Microsoft "Jet" (a.k.a. ACCESS), MySQL, and postgres. > I have also personally used it to get data from IBM DB2, an Active Directory > server, and a .csv file. If some idiot has written an odbc driver for it, I > will let you read it from Python.
nice. does the client run on non-win32 plaforms? from a cursory read of the website, adodbapi seems to require pywin32. -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
