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!

Recent content by record

  1. record

    Please Help! add new record

    Is there no solution to my problem, do i really need to know ADO and start my application all over again. I am sure there someone out there who has the answer to my question, pls help.....
  2. 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