Does anyone know if it is possible to get the length of the contents of a varbinary field using SQL with Advantage Database Server V11?
Regards
The obvious function to look for would be LENGTH(field)
or LEN(field)
(see online help).
If those only work on character fields, then you can always cast.