I am using Poco C++ libraries for accessing the database. Following is a query from the Poco::Data docs
ses << "INSERT INTO FORENAME VALUES(:name)", use(aName), now;
Given an SQL select query if it returns no tuples how do I detect that? Is there a flag which is set by the data base?