Search results

  1. O

    External Interface or API

    You know, you're absolutely right. Perhaps this thread will help the next person! Matt
  2. O

    External Interface or API

    Hey Dude, one technique that is even easier is CDatabase::ExecuteSQL. It is more appropriate to do your insert at the datbase table level than within the table at the record(set) level. CDatabase::ExecuteSQL will only require a few lines as compared to the above techniques. Matt
  3. O

    External Interface or API

    Matt, Yes, that is just what I was looking for. You're brilliant. Thanks, Matt
  4. O

    External Interface or API

    Matt, Using CDatabase (MFC Library) and its Open() call, in conjuction with SQLConfigDataSource and ODBCINST.H you can use ODBC to gain access into an Access database from an external source. Hope this helps, Matt
  5. O

    External Interface or API

    Hi All, I am not an Access developer so please forgive my ignorance! We have a Quality Assurance (QA) database (Access 2003) that has a "Project" table. Currently our QA person has to fill in project data (e.g., project name, project manager, start date, etc.) from within the Access...
Back
Top Bottom