kam wrote:
> This is not an answer to your question (you already got some answers). I 
> never use alltrim() in a cursor because it will set the 
> length of that column to the first record/field that is set. In other words, 
> if you have a number 10 in the 1st record, that field 
> will be 2 characters. Then, in the next record, you have a number 1000, it 
> will only have 2 characters in which to be stored.
>
>
>   
You're right in a SELECT SQL situation, but not for my situation where
I've created the cursor explicitly with CREATE CURSOR command.

--Michael




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to