On Tue, 2006-12-26 at 04:06 -0800, Eitan Ben-Noach wrote: > I would like to insert a file content (binary) into a BLOB field in my > database (oracle ) using the file InputStream. > > Something that is analogous to java.sql.PreparedStatement. > setBinaryStream();
ESQL is a great tool for ad-hoc queries but for database updates I'd recommend you to encapsulate it in a separate Java class. Cheers, Alfred. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
