query returns a BLOB for no reason

2002-04-26 Thread Jerry Jackson
I apologize if this is a repost, but I've been having problems with my mail servers and don't know for sure what has gone out or come in recently. I am hoping someone can shed light on this for me. We have a fairly simple query that is pulling data from varchar(255) and integer(11) fields and

Re: query returns a BLOB for no reason

2002-04-26 Thread Paul DuBois
At 10:12 -0400 4/26/02, Jerry Jackson wrote: I apologize if this is a repost, but I've been having problems with my mail servers and don't know for sure what has gone out or come in recently. I am hoping someone can shed light on this for me. We have a fairly simple query that is pulling data

Re: query returns a BLOB for no reason

2002-04-26 Thread Victoria Reznichenko
Jerry, Friday, April 26, 2002, 5:12:57 PM, you wrote: JJ I am hoping someone can shed light on this for me. We have a fairly simple JJ query that is pulling data from varchar(255) and integer(11) fields and JJ concatenating the field contents into a single results column. The problem JJ is the

RE: query returns a BLOB for no reason

2002-04-26 Thread Jerry Jackson
returns a BLOB for no reason Jerry, Friday, April 26, 2002, 5:12:57 PM, you wrote: JJ I am hoping someone can shed light on this for me. We have a fairly simple JJ query that is pulling data from varchar(255) and integer(11) fields and JJ concatenating the field contents into a single results column

query returns a BLOB for no reason....

2002-04-24 Thread Jerry Jackson
I am hoping someone can shed light on this for me. We have a fairly simple query that is pulling data from numeric fields and concatenating the field contents into a single results column. The problem is the resulting data is reported to be BLOB instead of the expected concatenated