3 hours ago Convert Blob to String. byte [] bdata = blob.getBytes (1, (int)blob.length ()); String data1 = new String (bdata); if the ...
確定! 回上一頁