[Solved] C++ Cli code stucked [closed]
The code you provided does not work on any numbers. The only thing it does is construct some SQL query check its result During the SQL-query-construction, the code does not assume any “numbers” to be provided. It actually uses a variable called password_txt->Text, which suggests it’s some form of TextBox control. The code gets the … Read more