+ 3
How do I add a database to an application using a language?
I'm doing a little skill test (in a console application) and I have a database with questions in it format # Question/correct answer/Option A/Option B etc. .. How do I access each feature of each question in a language such as C # or Python? //la respuesta puede estar en español
3 Answers
+ 3
in c# use a sqlconnection with a sqlcommand and a sqldatareader
http://csharp-station.com/Tutorial/AdoDotNet/Lesson04
+ 1
Look entity framework