From: tarbin jiang Date: February 2 2009 9:54am Subject: what's the reason for problem "Tuple did not exist"? List-Archive: http://lists.mysql.com/ndb-connectors/663 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_589c85c0-472c-4c95-b484-dcbc17eadbe7_" --_589c85c0-472c-4c95-b484-dcbc17eadbe7_ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8bit all, when I insert a record which including a TEXT type column, it returns error: com.mysql.cluster.ndbj.NdbApiPermanentException: Tuple did not exist. I found that if I set the TEXT type column as a formal string, it works without error. but if I set the Text type column as a xml file, the error pops. The procedure of reading xml file is no problem. And I used NDBBlob type to handle text type. insertOperation.setValue(xmlFile.bytes()) can anybody help me? thanks from tarbin _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx --_589c85c0-472c-4c95-b484-dcbc17eadbe7_--