noaaprogrammer
Programmer
I need some help from someone experienced in bulk row fetching with ODBC. I have a dialog app that queries an Oracle database. I had a CRecordset-derived class that initially fetched single rows.
I soon discovered that I needed to fetch more than one row at a time, so I decided to implement bulk row fetching. I modified my class and member structure as is instructed here : .
My project compiles and builds fine, but when I run it, I get the following error:
"Error retrieving record"
Any ideas of why this could be happening? It worked fine with a single row fetch.
I soon discovered that I needed to fetch more than one row at a time, so I decided to implement bulk row fetching. I modified my class and member structure as is instructed here : .
My project compiles and builds fine, but when I run it, I get the following error:
"Error retrieving record"
Any ideas of why this could be happening? It worked fine with a single row fetch.