Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 8.1.7.7 ODBC Driver CRecordset::Requery is fetching zero records

257088Oct 8 2002
Hi,

Environment
Oracle 8.1.7 Database on Windows 2000
MFC Application using ODBC 8.1.7.7 Driver

Sample Code:
===============================================
m_strFilter = "COLUMN1 = ? AND COLUMN2 = ?" ;
m_strSort.Empty( ) ;
m_COLUMN1 = "Value1" ;
m_COLUMN2 = "Value2" ;

if( !Requery( ) )
return FALSE ;
else if( !IsEOF( ) )
===============================================
a CRecordset::Requery is failing to fetch rows
from the Table while the records are present.

Oracle ODBC driver Version 8.1.5 on Windows NT
works fine.
Somehow when ODBC driver version 8.1.7.7 on
Windows 2000 is used, MFC Application using
CRecordset fails to fetch records using Requery!

Any Help is appreciated.
Thanks
Subu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2002
Added on Oct 8 2002
0 comments
340 views