There's a new
series of articles on Oracle & Python over at the
OTN Scripting Language Technology Center. Przemyslaw Piotrowski presents a detailed investigation of cx_Oracle, covering very nicely some aspects I'd glossed over in all my introductory articles. Great job, Przemek!
2 comments:
Hi Catherine:
Thanks for the information. I have A question, do you know about a .NET product that, using Oracle ODP .NET is DB API 2.0 "compliant"?
Have a nice day.
Eduardo.
Hi, Eduardo! I'm sorry, I really don't know... I think all the DB API 2 stuff is built for cPython; IronPython users use ADO.NET directly, so far as I know, which isn't a DB API 2 product. Hmm, good question.
Post a Comment