Puoi fare qualcosa del genere in C++:
codice:std::ostringstream oss; oss << "UPDATE vettori SET nome ='" << materiale << "'" << endl; Statement->executeUpdate(oss.str());
Puoi fare qualcosa del genere in C++:
codice:std::ostringstream oss; oss << "UPDATE vettori SET nome ='" << materiale << "'" << endl; Statement->executeUpdate(oss.str());
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.