Re: I have problems quering a BLOB

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 17:04:27 -0500, [EMAIL PROTECTED] wrote: > I have a large blob column with encrypted data and also i have other > non-blob columns. I get results when i do the following > > Note: ID = non blob column > > Select ID from table > > i get records returned > > when i se

I have problems quering a BLOB

2002-12-06 Thread Jason Hall
I have a large blob column with encrypted data and also i have other non-blob columns. I get results when i do the following Note: ID = non blob column Select ID from table > i get records returned when i select from a blob column for example: select blobcolumn from table > it hangs no results