I tried to insert as string like below but it is working for 2KB file but not 10 KB file.
byte bBlob[] = dobleXmlElem.toBitstream(null, null, null, 546, 1208, 0);
String dobleXml = new String(bBlob);
ps1 = connection.prepareStatement(InsertQuery);
ps1.setString(i++, dobleXml);
ps1.executeUpdate();
how to insert data in xmltype fieild. Any help on this?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum