Re: [Tutor] Python in Vertica

2012-09-11 Thread Dave Angel
A couple of points of order: please do a reply-all, or equivalent, so your response goes to the forum, and not just to one person. or you can add tutor@python.org to it, if that seem easier. Also, please don't top-post on the forum, unless you're deleting all context. And you usually shouldn't

Re: [Tutor] Python in Vertica

2012-09-10 Thread Dave Angel
On 09/10/2012 04:49 PM, C.L. Shetline wrote: > > > Python 2.4.3 with Vertica Database on Linux. > > We are migrating from an Informix database to Vertica. We have C code and a > lot of > SQL Stored procedures in our Informix db that are not viable in Vertica. We > are trying > to convert them to

Re: [Tutor] Python in Vertica

2012-09-10 Thread Emile van Sebille
On 9/10/2012 1:49 PM C.L. Shetline said... Python 2.4.3 with Vertica Database on Linux. We are migrating from an Informix database to Vertica. We have C code and a lot of SQL Stored procedures in our Informix db that are not viable in Vertica. We are trying to convert them to Python. My first q

[Tutor] Python in Vertica

2012-09-10 Thread C.L. Shetline
Python 2.4.3 with Vertica Database on Linux. We are migrating from an Informix database to Vertica. We have C code and a lot of SQL Stored procedures in our Informix db that are not viable in Vertica. We are trying to convert them to Python. My first questions is: I am using pyodbc to conne