The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
24 views

Is there a generic SQL-92 ODBC 64-bit Mac driver for Python?

I have a 4D SQL database which implements SQL-92. 4D's ODBC driver does not work on my system because it is compiled for 32 bit (and I am on 64 bit) and it is closed source. I wonder if there is ...
0
votes
0answers
38 views

How to use MySQL proxy with Python

I have two questions regarding MySQL proxy: How can I use MySQL proxy to track all data which to my server? How can I embed the MySQL proxy into a Python script to track all traffic which is coming ...