z machinez wrote:
> Thank  you. I am mainly interested in finding ways to connect to aKDB+ 
> (KX Systems). That is the relational database that we are using. And  I 
> would like to open a connection to it. I understand from the vendor that 
> they do not have a good ODBC driver.

Googling 'python kdb kx' finds
http://kx.com/a/k/connect/python/pyk-0.9/

There is a C interface to kdb so you might be able to use the ctypes 
module to access it from Python though that is probably not a beginner 
project and not something I can help with.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to