Re: Accessing DB2 with Python

2004-12-17 Thread Simon Brunning
On Thu, 16 Dec 2004 20:20:09 -0500, Grumman <[EMAIL PROTECTED]> wrote: > I'm sure there's a pretty complete python ADO wrapper out there as well. http://adodbapi.sourceforge.net/ -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mailman/l

Re: Accessing DB2 with Python

2004-12-16 Thread Grumman
Jarek Zgoda wrote: Be aware, that it's a module for "normal" DB2, not a DB2/400. To access DB2/400 you have to use ClientAccess ODBC (from Windows or *nix platform) driver or iSeries port of Python (from AS/400). And just to be complete, under windows, using win32all, you can also use the OLE

Re: Accessing DB2 with Python

2004-12-16 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! it's not a web site, it's FTP... -- http://mail.python.org/mailman/listinfo/python-list

Re: Accessing DB2 with Python

2004-12-16 Thread Jarek Zgoda
Larry Bates wrote: I just tried the link at it works from here. Site has source and Windows binary versions of software. Looks loke it is being maintained. Windows binary for Python 2.3 was added in September 2004. No 2.4 binary. Be aware, that it's a module for "normal" DB2, not a DB2/400. To a

Re: Accessing DB2 with Python

2004-12-16 Thread Jan Dries
Shawn Milo wrote: Is anyone doing this? I would like to access a DB2 database (IBM's database) with Python. I checked "Python in a Nutshell," and it refers to ftp://people.linuxkorea.co.kr/pub/db2, but I am unable to connect to that site, although it could be a firewall issue, as I am at work.

Re: Accessing DB2 with Python

2004-12-16 Thread Jean Brouwers
Try with capital DB. /Jean Brouwers In article <[EMAIL PROTECTED]>, Shawn Milo <[EMAIL PROTECTED]> wrote: > ftp://people.linuxkorea.co.kr/pub/db2, -- http://mail.python.org/mailman/listinfo/python-list

Re: Accessing DB2 with Python

2004-12-16 Thread Larry Bates
I just tried the link at it works from here. Site has source and Windows binary versions of software. Looks loke it is being maintained. Windows binary for Python 2.3 was added in September 2004. No 2.4 binary. Larry Bates Syscon, Inc. Shawn Milo wrote: Is anyone doing this? I would like to acce

Accessing DB2 with Python

2004-12-16 Thread Shawn Milo
Is anyone doing this? I would like to access a DB2 database (IBM's database) with Python. I checked "Python in a Nutshell," and it refers to ftp://people.linuxkorea.co.kr/pub/db2, but I am unable to connect to that site, although it could be a firewall issue, as I am at work. Is there any common