From: Ines S. <in...@dr...> - 2005-10-10 21:03:52
|
Hello Everyone, I've found about PyDB2 by a lucky chance while looking for ways to connect to a DB2 on iSeries. I saw that in the mailing list someone asked about this kind of support already. Well... has there been any decisions on this? are there any possible attempts to get this going? Thank you very much, Ines -- **************************************************** (o_ (define (Pix-signature foo)(cond ((zero? foo)()) //\ (else (cons 'IS-THIS-ANNOYING??? (Pix-signature (- foo 1)))))) V_/_ (Pix-signature 42) **************************************************** |