Click here to Skip to main content
15,886,714 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,

I am trying to insert a record into ms access database 2010 from visual studio 2010 using visual c#.
Please tell me How I insert record In my Table..
Can i Write a store procedure in MS Access If Yes then How I write?
If no Then How We Insert Data..

I googled a lot and am yet to find the solution .Please can anyone suggest me what to do?

visual studio 2010
ms access database 2010
Posted
Comments
[no name] 14-May-13 7:19am    
You write an INSERT query and execute it.
yes, it's called a Query in Access.
I would suggest you improve your google skills.
ErBhati 23-May-13 2:25am    
Thanks Sir

1 solution

 
Share this answer
 
Comments
ErBhati 18-May-13 3:30am    
Thanks Maciej..Your solution give me a way and make it easy to me......
Maciej Los 19-May-13 15:54pm    
You're welcome ;)

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