2
Answers

save data into oracle

Arif Mohammed

Arif Mohammed

7y
178
1
hello experts,
 
i want to create a form in c# , where i will enter the record in and when i press a button for save it should get saved , i do not want default functionality to save it automatically.Is there a basic form sample where i can check.I am starting to learn c#.  
Answers (2)
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 7y
I am not sure about which form you are talking about Web or Windows. You can design it by your own. Next thing is to get data from FORM and insert in Oracle database. Follow below links that may help you:
 
http://www.c-sharpcorner.com/uploadfile/mahesh/working-with-oracle-databases-using-ado-net/ 
 
http://www.java2s.com/Tutorial/CSharp/0560__ADO.Net/DoaninsertcommandtoOracledatabase.htm 
 
https://www.codeproject.com/Articles/1155/Simple-ADO-NET-Database-Read-Insert-Update-and-Del
 
 
Accepted
0
Arif Mohammed

Arif Mohammed

NA 45 407 7y
thanks manas