MySQL Forums
Forum List  »  Connector/C++

Re: Problem with data entry by the functions setString()
Posted by: Adrian Urzędniczek
Date: July 18, 2010 02:18PM

I wanted to use examples SetString ().
Where the second parameter setString (int index, const string &) is given dynamically.
I am thinking transmitted from the keyboard, for example, entered by the user.
The problem is that the second parameter is const - that is not modified during and after compiling the program. And I have given various variables of type string is not constant.
I was looking on the web and not found to use a setString for whom I speak.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with data entry by the functions setString()
1598
July 18, 2010 02:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.