I have a stored procedure that builds a temp table to filter
duplicates before selecting the records I want. The filter is to get
the first maximum value in any year. The duplicate key ignored message
is returned along with the rows.
Ole db sees a return code of db_e_integrityviolation and doesn't
appear to have the rowset.(I'm not a C++ programmer, but this is what
they tell me) . I read that the IsqlServerErrorInfo interface makes it
possible to filter out messages from errors, but how do we get around
the return code to get the data?
Thanks
Anthony
>> Stay informed about: using ignore duplicate index causing problems for Ole db