I use db-library with visual c++ on SQL 6.5 (no service packs)
It works like a champ. I can open a keyset, read only cursor with a 1 row fetch buffer. I read through the result set with dbcursorfetchex, until it returns fail.

I upgraded my SQL server6.5 to sp5a, now the dbcursorfetchex never returns fail. It keeps returning succeed, even though there is garbage in my bound fields now.

Has anyone experienced problems using the dblibrary with any service packs??

TIA
Steve