Hi Members
I am trying to Create database , table and insert values in table(Ms Access).I am using this code
I am able to create database and table.But i haven't idea about how to insert values through this catalog.Code:_CatalogPtr m_pCatalog = NULL; _TablePtr m_pTable = NULL;
Is it possible to insert values through this catalog?
Please help me




Reply With Quote