Hi Kurt,
I have a python script on the same machine as VOS but running as a
cherrypy server not in virtuoso. I want to execute sql statements
from the python. What's my best option?
Seems there's not a free ODBC implementation in python - am i wrong?
Now it seems the best option is to write sql to a file and then call
isql from the command line. I think this would be fine, but seems
there should be a better way...
Python has a couple of different ODBC interfaces one of which is pyODBC:
http://pypi.python.org/pypi/pyodbc/2.1.3
Patrick