View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 06:11 AM
tommydkat@gmail.com
 
Posts: n/a
Default Re: Strange S1010 function sequence error problem with DB2 V8 and Windows app

Well, I've got this problem figured out. It wasn't the Microsoft
driver at all. It was a change to the MFC CDatabase::ExecuteSQL()
function. In DevStudio 6, it didn't throw a CDBException when a query
returned an empty result set. In Visual Studio .net 2003 it does.

Peace...

Reply With Quote