Home > other >  Suggestions to make a database connection w C
Suggestions to make a database connection w C

Time:04-21

Hi… For my programming class, I must make a db connection with sql or same, using C… I know it is not the right path, however that is for my final project.

In the db I need to enter full name, phone number, date of birth and id number for a family, and display it as a .exe for windows… any suggestions or guides are accepted. Couldn’t find anything like this upon the documentation…

CodePudding user response:

Please check the following link and see if it answers your question.

https://www.geeksforgeeks.org/database-connectivity-using-cc/

  • Related