sprintf(sql,"call get_list_devices(1)");
if (mysql_query(&_conn,sql))
{
printf("mysql query failed:%s",mysql_error(&_conn));
}
为什么会打印出can't return a result set in given context该如何解决,什么问题啊
get_list_devices是存储过程