Joe Wilson <[EMAIL PROTECTED]> wrote:
> Just for kicks, what happens on both platforms when you issue:
> 
>   select genre, length(genre), hex(genre), filename 
>   from objects where media_type=1;
> 

Make that:

   select genre, typeof(genre), length(genre), hex(genre), filename 
   from objects where media_type=1;

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to