PreviousNextIndex

Writing BLOB data

In order to write BLOB data (such as a file) to a database field, the database field needs to be of a Blob type (or Image type in case of SQL Server). You will need to write a Java code for setting either a File or InputStream object to a Dialog Designer variable that binds to the db operation field.

Example


PreviousNextIndex

©2009, Avaya Inc. All rights reserved.