I’m working on c++/cli window form I want to get string from textBox and bring them to be part of sql command ( I use mysql.h ) but I can’t combine this string with normal string.
And I try to make String^ as sql command but it can’t pass String^ to query function.
the string^ is a .net string type and must be converted to a native string. Look at this question for the answer.