Search code examples
visual-studio-2012c++-climysql-workbenchvisual-c++-2012

How to insert parameters from a MySQL query? User name and Password ...Query Parameters


I need to enter a couple of user names and their passwords in SQL database... How to prevent SQL injection?


Solution

  • Solved, Rather than change the code stayed in the original decision, hoping that my database will be well protected but I splintered it in every case.