Hi all
I have a heap corruption problem in getting STL containers data through OCCI methods .
For instance if i do an assignment of this type
while(rs->next() )
{
SRecord r; '' struct object
r.PDM_APPLICATION_NO= rs->getString(1);
r.PDM_FIRST_NAME=rs->getString(2);; //Error Heap Corruption
r.PDM_LAST_NAME= rs->getString(3);
r.PDM_F_FIRST_NAME= rs->getString(4);
}
I use Visual C++8 (VS 2005)[Windows 32-bit] oracle 10.2.0.3.0