vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| >From: Carsten Haese <carsten@uniqsys.com> >To: informix-list@iiug.org >Subject: Python Corner: Filling In The Blanks >I have just completed another article in my "Python Corner" blog that >discusses the topic of Informix application development in Python. This >edition covers how to perform queries with variable parameters. Head on >over to http://informixdb.blogspot.com/2007/...in-blanks.html >for the article. > Very cool! I like the use of locals() to automatically build your dictionary. One of the *big* downsides to Oracle's cx_Oracle module is that you must have only those variables used in the query in the dictionary. And its also cool that you support the :varname format. This would make porting Oracle centric python scripts easier to Informix. __________________________________________________ _______________ http://imagine-windowslive.com/hotma...M_mini_2G_0507 |