You need CFileFind class to write a function that will begin looking for tmp files in whatever folder you specify.
To check when dates have been modified, use CFile::GetStatus.
To change the dates, use CFile::SetStatus.
For more info on these classes and members, look them up in the MSDN help...
I'm calling SQLLDR from my C++ program. When I run it, I get a ORA-01008 error, saying that not all variables are bound. This is usually an error one gets when using Java. Has anyone else run SQLLDR from a C++ program and received a similar error?
Thanks.
I'm calling SQLLDR from a C++ program. Just trying to load data into fields, but in my log file all I get is this for every record:
Record 1: Rejected - Error on table T_SECURITIES.
ORA-01008: not all variables bound
Record 2: Rejected - Error on table T_SECURITIES.
ORA-01008: not all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.