Mike:  what build are you using?  I was using 9/19

I did the same select as you did, but within a cursor.   Of 50 rows that it 
processed, usually between 40 and 45 would evaluate correct; the others would 
give me an error message.   Running the cursor again would result in different 
rows getting the error, and previous errors evaluating correctly.  So it 
wasn't a reliable problem and I couldn't find a pattern.

Karen



If you're using 9/19, try creating a temp table with a Note column
 
> Karen,
> 
>   I just tested it against an integer column ContID using the following 
> command:
> 
> select (listof(contid)) into vList ind vin0 from contact where limit = 5
> 
> without predefining vList as any particular datatype.  Doing a sho var 
> yields:
> 
> vList              = 1001,1002,1003,1004,1005                 NOTE

Reply via email to