Re: How to store images into HypersonicSQL database?
- From: "Dai Wei" <daiwei@xxxxxxxx>
- Date: 5 Aug 2005 06:31:03 -0700
You should use PreparedStatement. For instance, "insert into yourtable
(imageColumn) values(?)", and PreparedStatement.setBinaryStream or
PreparedStatement.setBytes function.
.
- References:
- How to store images into HypersonicSQL database?
- From: Sam Hwang
- How to store images into HypersonicSQL database?
- Prev by Date: Re: Differentiating between results of getSchemas()
- Next by Date: Re: Java Prepared Statement with multiple arguments
- Previous by thread: How to store images into HypersonicSQL database?
- Next by thread: Java Prepared Statement with multiple arguments
- Index(es):