1.我的mysql是5.0的,在mysql中调用存储过程时提示这个错误具体应该怎么解决
  我数据库编码是gbk,是不是存储过程也要设置编码?
1267 -Illengal mix of collations(gbk_chinese_ci,IMPLICIT)and(latin1_swedish_ci,IMPLICIT)for operatopn '='
2.这两个mysql提供的C库函数是否支持调用存储过程并返回结果集
  mysql_query();
  mysql_store_result();