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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: record
  • Content: Threads
  • Order by date
  1. record

    Please Help! add new record

    Pls Help I want to add new record to table using VC++, i have tried following code but gettting DEBUG ERROR. dataTableSet recset(pdb); recset.Open(); recset.AddNew(); // i have not included m_Stock_ID, Stock_ID is Primary KEY //in my access table.assuming that it will just add new //number...

Part and Inventory Search

Back
Top