Re: [cx-oracle-users] Re: Inserting on table where is CLOB column
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2005-05-17 21:39:45
|
On 5/17/05, Jani Tiainen <re...@lu...> wrote: > > BTW, if you __really__ have no control, you can always subclass > > Connection and Cursor and do whatever you need to do. Subclassing has > > been quite convenient and I use it myself for a number of situations > > where the code is used by multiple database adapters. >=20 > Any pointers in web (example would be nice) since I'm just becoming > friend of Python and I might be trying to do things wrong here... Recent e-mails to this list have had some examples. Subclassing cx_Oracle.Connection and cx_Oracle.Cursor are the same as sublcassing any other class in Python -- not very helpful if you haven't done much of it yourself yet, I guess. :-) > But this has helped me a bit... Glad to hear it. > -- >=20 > Jani Tiainen >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=3D7412&alloc_id=3D16344&op=3Dclick > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |