我的语句是string sql="select * from aa where a1='苹果'" ;
这样无法显示
但是 string sql="select * from aa where a1='apole'" ; 这样就能显示出来
select * from aa where a1='苹果' 这个句直接在phpmyadmin 里面执行就能显示
...全文
1111打赏收藏
asp.net 读取 MYSQL数据库 字段中文无法读取
我的语句是string sql="select * from aa where a1='苹果'" ; 这样无法显示 但是 string sql="select * from aa where a1='apole'" ; 这样就能显示出来 select * from aa where a1='苹果' 这个句直接在phpmyadmin 里面执行就能显示