Tutorial on connect C# with database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Tutorial on connect C# with database?

Is there any tutorial or guide or instructions that I can follow in order for me to connect my C# program with Microsoft Access database or Oracle database?

1st Dec 2016, 3:56 AM
Izzul Haziq Safarudin
Izzul Haziq Safarudin - avatar
4 Answers
+ 2
i have one for SQLite if you want
1st Dec 2016, 4:09 AM
Maurizio Urso
Maurizio Urso - avatar
+ 1
step #1. Google ado.net and connection strings. ado.net will allow you to connect to most common databases including the two you mentioned. step #2. once you get comfortable with ado.net Google dapper.net and servicestack.ormlite. the two libraries I mentioned will make your life much easier when dealing with database connectivity.
1st Dec 2016, 5:27 AM
Maxim Konstantinovski
Maxim Konstantinovski - avatar
+ 1
Mr Maurizio Urso, can I have it please?
1st Dec 2016, 5:34 AM
Izzul Haziq Safarudin
Izzul Haziq Safarudin - avatar