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?
4 Réponses
+ 2
i have one for SQLite if you want
+ 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.
+ 1
Mr Maurizio Urso, can I have it please?