Click here to Skip to main content
15,911,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am trying to make a C# application that can access and add data to an access database.
I am able to connect it and access data from it but i cant add data to it.
any solutions ?

thanks in advance.
Posted
Comments
Anisuzzaman Sumon 2-Feb-16 7:32am    
as phil.o said use INSERT statement to add new record .If you have specific problem then show your code and eleborate your question if needed.
BillWoodruff 2-Feb-16 7:37am    
There are many tutorials on using Access from WinForms C#, including articles on CodeProject, that explain clearly how to do this. Just read them.

1 solution

Yes, by issuing INSERT queries instead of SELECT ones.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900