Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I am new to programming with C# (in Visual studio) . I want to make a simple application consisting of Name and place. And a save button.
On clicking the save button. The name and space should be saved to a Table. I am installing Oracle database to make the table.
As i am new to programming like this ( connecting with a database ) can anyone guide me to the same.
Thanks
Posted

See http://www.codeproject.com/KB/database/[^] for articles on using databases. You can also look at the other sections for samples on Windows Forms etc.
 
Share this answer
 
Hi Please take a look at this link,
It will give you idea about Simple CRUD operation in web and windows application
http://www.dotnetfunda.com/articles/show/2341/crud-operation-using-web-api-and-windows-application[^]
 
Share this answer
 
 
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