python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can not convert to Poco::UTF16String
Code sniff is below:
Poco::JSON::Object::Ptr JsonObject = jsonObject->getObject("Policy");
std::ostringstream stream;
JsonObject->stringify(stream);
In the above line getting a poco e...

Vikrant Bhatia
Votes: 0
Answers: 0
Poco::Data::Keywords::use not working for PostgreSQL?
I'm trying to insert values in PostgreSQL with POCO. I'm trying to do it with Poco::Data::Keywords::use:
try
{
Poco::Data::PostgreSQL::Connector::registerConnector();
Poco::Data::Sess...

w00drow
Votes: 0
Answers: 2
Poco ODBC MS SQL: temp tables
I want to create temp tables and use it later in one session. I can create it, but then when I try to use to I receive:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name #my_t...
MoonRaiser
Votes: 0
Answers: 0