Menu

#362 Insert Blob

JDBC
closed-invalid
nobody
Blob (2)
5
2015-05-18
2015-05-18
No

Sorry for the ugly and incomplete previous ticket.

Vladimir Zupka

1 Attachments

Discussion

  • John Eberhard

    John Eberhard - 2015-05-18
    • status: open --> closed-invalid
     
  • John Eberhard

    John Eberhard - 2015-05-18

    You should use parameter markers to send data.. So..

    stmtText = "INSERT INTO PFBMJRN ( JRN_CODE, JRN_RCV, JRN_TYPE ) VALUES (?,?,?)

    Then prepare the statement and use the setString and setBlob methods on the prepared statement to set the values.

     

Log in to post a comment.