View Single Post

   
  #1 (permalink)  
Old 03-01-2008, 11:53 AM
Mintyman
 
Posts: n/a
Default How to search binary fields?

Hi,

I want to run queries on a table that has binary fields in it. How do I
filter on a binary field? E.g. One of the fields is called
'Account_Manager_ID' which is binary - I would like to do a simple Select *
from company where Account_Manager_ID = 'blah blah blah'

When I do this, it returns no data. How do I get round this?

Thanks!


Reply With Quote