Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ddirections

  1. ddirections

    How to write a program?

    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...
  2. ddirections

    SQLLDR

    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.
  3. ddirections

    SQLLDR ORA-01008 error

    Has anyone received the ORA-01008 error when trying to load data into a table?
  4. ddirections

    SQLLDR ORA-01008 error

    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...

Part and Inventory Search

Back
Top