From: David K. <ka...@us...> - 2006-06-25 09:27:30
|
Thx, Yuval - I've been reading the doc and successfully trying test cases. -Dave Katcoff 8-446-4162 Yuval Turgeman <yu...@ad...> To 06/25/2006 03:38 David Katcoff/Burlington/IBM@IBMUS AM cc pyd...@li... Subject Re: [PyDB2-discuss] installed - now need docs David Katcoff wrote: > Well, I bought VS2003, installed it, then ran "python setup.py build" and > it went - only one warning (_db2_modile.c(2087) : warning C4018: '<' : > signed/unsigned mismatch) - which I assume is innocuous (I hope). > Now, I need to figure out how to use it, but I have not been able to locate > any docs. I click docs/viw documantation in sourceforge.net and get > nothing. Can anyone guide me to get user doc info? Thx. > Hi, I don't know if my previous email got through, so here it is again... The DB2 module is (mostly) compliant with PEP 249 - "Python Database API Specification v2.0". (http://www.python.org/dev/peps/pep-0249/). If you need some examples, browse through - http://www.amk.ca/python/writing/DB-API.html Yuval. |