3
Answers

How to store a values in xml file before storing database us

Senthil Vel

Senthil Vel

9y
408
1
How to store a values in xml file before storing database using c# silverlight application 
Answers (3)
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