Hi Members

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