and as a BTW

if CurrentControl.ServiceName = "stardiv.one.form.component.ImageControl" then
     dim oStream as object
    oStream = CurrentControl.BoundField.getBinaryStream
    prepStatement.setBinaryStream( fldcnt, oStream, oStream.Length )
else
prepStatement.setString( fldcnt, CurrentControl.BoundField.getString )
end if

Does work, quite well.

Drew


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to