Hello
I writes a program in Visual Studio 2008 Standard in CLR / C + +.
The problem is that if I want to pass variable to function:
pstmt-> setString (); the control TextBox1-> text as a string.
I tried to convert but the function takes only const string.
How can I pass variables taken from the keyboard and transmit them to the database.
Is there any other feature for that?
I writes a program in Visual Studio 2008 Standard in CLR / C + +.
The problem is that if I want to pass variable to function:
pstmt-> setString (); the control TextBox1-> text as a string.
I tried to convert but the function takes only const string.
How can I pass variables taken from the keyboard and transmit them to the database.
Is there any other feature for that?