3
Answers

Working with Local Database in visual studio 2017

Ashish Hada

Ashish Hada

7y
605
1
I am creating a medicine managment application in c# visual studio 2017. where i want to insert,update and delete data from my local database table by code. It is easy by designing but i want to do it by code. So Please help me for this question. 
Answers (3)
1
Sundar

Sundar

NA 9.6k 94.5k 7y
Hai, 
 
http://www.c-sharpcorner.com/UploadFile/7d3362/use-local-database-file-in-window-application-C-Sharp/
 
Follow the above link. This may helps you. Thanks in advance.  
0
Ashish Hada

Ashish Hada

NA 38 964 7y
i  also want to calculations with local database data with smallest code
0
Ankit Sharma

Ankit Sharma

NA 8.8k 141k 7y
Hi Ashish,
 
You can use ADO.Net to achieve this
 
Please refer to below links for better understanding.
 
https://dotnetdaily.net/web-development/tutorials/ado-net-tutorial-create-update-delete-operations
 
http://www.srikanthtechnologies.com/blog/dotnet/adonetcrud1.aspx
 
Hope this helps