Re: [Tutor] Basic DB question

2007-07-18 Thread Kent Johnson
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

Re: [Tutor] Basic DB question

2007-07-17 Thread z machinez
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. So if anyone has experience connecting to th

Re: [Tutor] Basic DB question

2007-07-16 Thread Andreas Kostyrka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DBAPI is an interface standard describing what you can expect in a database access module, like psycopg. Andreas z machinez wrote: > Hi All, > > I am just starting out with Python and was hoping someone could point me > in the direction of reading

[Tutor] Basic DB question

2007-07-16 Thread z machinez
Hi All, I am just starting out with Python and was hoping someone could point me in the direction of reading materials for working with RDBMS? In particular, I am working with two various relational databases. One of which stores real-time data for trading. In Python I am planning on building var