C++ with ms.access database
-
Hello, Can you help me? I have some questions about C++. Right now I learn how to write code in C++, I am a newbie. 1. I make a simple application that needs binding data from Microsoft access to datagrid using Microsoft jet driver, can you make a simple function for it or maybe a sample? 2. I also want to make the application that can update the dataset and database; can you give me another sample of it? 3. Can you make a sample for adding data from textbox and updating it to database? I hope it’s not too much, I need your help so I can learn write the code from you. Thanks. Regards, Indra.
-
Hello, Can you help me? I have some questions about C++. Right now I learn how to write code in C++, I am a newbie. 1. I make a simple application that needs binding data from Microsoft access to datagrid using Microsoft jet driver, can you make a simple function for it or maybe a sample? 2. I also want to make the application that can update the dataset and database; can you give me another sample of it? 3. Can you make a sample for adding data from textbox and updating it to database? I hope it’s not too much, I need your help so I can learn write the code from you. Thanks. Regards, Indra.
-
Hello, Can you help me? I have some questions about C++. Right now I learn how to write code in C++, I am a newbie. 1. I make a simple application that needs binding data from Microsoft access to datagrid using Microsoft jet driver, can you make a simple function for it or maybe a sample? 2. I also want to make the application that can update the dataset and database; can you give me another sample of it? 3. Can you make a sample for adding data from textbox and updating it to database? I hope it’s not too much, I need your help so I can learn write the code from you. Thanks. Regards, Indra.
-
Hello, Can you help me? I have some questions about C++. Right now I learn how to write code in C++, I am a newbie. 1. I make a simple application that needs binding data from Microsoft access to datagrid using Microsoft jet driver, can you make a simple function for it or maybe a sample? 2. I also want to make the application that can update the dataset and database; can you give me another sample of it? 3. Can you make a sample for adding data from textbox and updating it to database? I hope it’s not too much, I need your help so I can learn write the code from you. Thanks. Regards, Indra.
go through the ADO library. It is COM component implemented some easy to use interfaces. If u dont know how to use the com components, first learn that. becasue, most of the library is coming with the com technology. VC++ programmer