--
Lonnie Thibodeaux
Dairyland Computers & Consulting, Inc.
To avoid seeing the message, after the SQLFetch(), don't call your message
processing routine if the rc is SQL_SUCCESS_WITH_INFO. (As far as I can
recall, we don't return any warnings other than these SQL0000W ones during
a fetch.) If you want to be more specific on which warnings you ignore,
if you receive SQL_SUCCESS_WITH_INFO, you can make a call to retrieve the
native error cade (I can't remember the function name) and if the native
error code is 0, ignore the warning.
Hope this helps.
--
___________________________________________________________________________
Doug Doole do...@ca.ibm.com
DB2 Universal Database Development
IBM Toronto Labs