Hi,

For example:

Given an Image Control bound to a field of type longvarbinary

This code is required:

for cntr = 1 to oDataForm.Columns.count
      CurrentColumn = oDataForm.Columns(cntr -1 )
      if UCASE( CurrentColumn.Typename) = UCASE("longvarbinary") then

because under HSQLdb it is LONGVARBINARY under MySQL Native it is longvarbinary.

Shouldn't this be consistent? Issue?

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