Re: [Python-Dev] How can i insert more than 32K data to a column type clob in db2 using python programming

2019-01-08 Thread Steven D'Aprano
On Tue, Jan 08, 2019 at 01:35:29PM +0530, Aman Agrawal wrote: > Hi Team, > > I have tried to insert in clob data type more than 32k byte data but > getting error:- This mailing list is for the development of the Python interpreter, not for asking questions about your own code. Did you sign up u

[Python-Dev] How can i insert more than 32K data to a column type clob in db2 using python programming

2019-01-08 Thread Aman Agrawal
Hi Team, I have tried to insert in clob data type more than 32k byte data but getting error:- Statement Execute Failed: [IBM][CLI Driver][DB2/LINUXX8664] SQL0102N The string constant beginning with "\'Hi good day team: We had been requested to Add Anniel to all" is too long. SQLSTATE=54002 SQL