Using MyODBC with Python

2002-05-01 Thread Sabine Richter
Hello, I can't think straight today. So please help me: I downloaded and installed myODBC 3.51. As far as I understand, it is only the driver, which provides the connection to the database. In my example, it is MySQL 3.23.49. The manual says that in my application I have to allocate the

Re: Using MyODBC with Python

2002-05-01 Thread Gerald Clark
Python has its own MySQL interface module. You don't need MyODBC. Sabine Richter wrote: Hello, I can't think straight today. So please help me: I downloaded and installed myODBC 3.51. As far as I understand, it is only the driver, which provides the connection to the database. In my example,