General sql error.
error converting client characters into server's character set. some character(s) could not be converted.熟手帮帮忙,我估计不是sql语句错,是BDE配置有问题。

解决方案 »

  1.   

    你检查一下你的SQL语句
    看在SQL EXPLOER运行正常吗?
      

  2.   

    你的SQL语句里有中文字符吧?
      

  3.   

    我的sql 中是有中文字符.
    怎么样配置sql中才能有中文字符呀
      

  4.   

    去的SQL 不能包含中文字符,怎么办呀
      

  5.   

    高手快回答呀。
    select cjc_class as '我们' from pos.class_jxc   就报错
    select cjc_class   from pos.class_jxc   正常执行
    怎么办呀
      

  6.   

    你将别名改成英文不就可以了在SQL语句中尽量不用英文
      

  7.   


    很奇怪的问题:
    select msh_pos_id as '中' from pos.month_sale_head 正常执行select msh_pos_id as 中 from pos.month_sale_head 正常执行select msh_pos_id as '中国' from pos.month_sale_head 报错select msh_pos_id as 中国 from pos.month_sale_head 报错select msh_pos_id  from pos.month_sale_head 正常执行
    报错信息都是:General sql error.
    error converting client characters into server's character set. some character(s) could not be converted.
     
      

  8.   

    sql 不认识''里面的码。所以报错。