I’m developing in C++ to which I want to add a SQL database and connect it with ADO.NET. I need to add int, string, string, string, string double, int, int to the database. And upon request, this data must be received.
I’ve tried to find examples but I can’t. Maybe someone can add a link with a code example of how to write with ADO.NET to a SQL database and how to read the information?