That is the error I get with the follow lines:

if CurrentControl.ServiceName = "stardiv.one.form.component.ImageControl" then
      prepStatement.setBlob( fldcnt, CurrentControl.BoundField.getBlob )
else
prepStatement.setString( fldcnt, CurrentControl.BoundField.getString )
end if

This ie with 3.2 RC5 and an embedded db, XP.

The exact error is

Type: com.sun.star.sdbc.SQLException
The driver does not support the functionality for 'XParameters::setBlob'. It is not implemented.


This is correct?

Thanks

Drew


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org
For additional commands, e-mail: dev-h...@dba.openoffice.org

Reply via email to