Re: [cx-oracle-users] Call setinputsizes() syntax
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2006-11-13 15:31:41
|
Can you be a little more clear as to what you mean by "array"? Are you referring to a PL/SQL table (array) or multiple executions or something else? Can you give an example of what you are trying to do (minus the call to setinputsizes, of course)? Thank you. On 11/10/06, Sergey A. Lisovoy <s.l...@sp...> wrote: > I'm using cx_Oracle to insert long data values (as CLOB) into Oracle db. > Of course, before executing statement I call setinputsizes() similar as > folowing: > > ... > cur.setinputsizes(v1 = cx_Oracle.CLOB); > cur.execute("insert ... values(:v1)", v1 = myLargeData); > ... > > But in some cases I need to call setinputsize by passing array as size > arguments. What calling syntax of setinputsizes() in this case? > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |