Hi,
it's not possible yet.
Best regards,
Victor
it's not possible yet.
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
/* workaround for MariaDB C Connector bug CONC-281 */
if (mysql_get_client_version() < 100209) // for any client before 10.2.9
{
mysql_stmt_store_result(hStmt->statement);
}
/* workaround for MariaDB C Connector bug CONC-281 */
//if (mysql_get_client_version() < 100209) // for any client before 10.2.9
{
mysql_stmt_store_result(hStmt->statement);
}