|
-
December 10th, 2010, 01:32 AM
#1
MS Access
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
-
December 10th, 2010, 07:14 PM
#2
Re: MS Access
 Originally Posted by Msm
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.
And have no idea why you have posted these two lines rather than explain us which way/technology you were using to create database and tables.
For example, if you were using ADOX then well, it's a correct way for creating a DB structure. But to manipulate the DB data you have to to use ADO, not ADOX.
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|