咳嗽哥 2015-11-20 01:39 采纳率: 0%
浏览 494

c# ora oracle sql 查询

SELECT * from V_DEPXIAOSGONG where CITYNAME like '%北京%'
在 navicat 里面查询有个4条数据

string sumData = "SELECT * from V_DEPXIAOSGONG where CITYNAME like '%北京%'";

OracleCommand cmd = new OracleCommand();
PrepareCommand(cmd, connection, null, sumData, cmdParms);
using (OracleDataAdapter da = new OracleDataAdapter(cmd))
{
DataSet ds = new DataSet();
try
{
da.Fill(ds, "ds");
cmd.Parameters.Clear();
}
catch (OracleException ex)
{
throw new Exception(ex.Message);
}
return ds;
}

是不是字符集有问题

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 求daily translation(DT)偏差订正方法的代码
    • ¥15 js调用html页面需要隐藏某个按钮
    • ¥15 ads仿真结果在圆图上是怎么读数的
    • ¥20 Cotex M3的调试和程序执行方式是什么样的?
    • ¥20 java项目连接sqlserver时报ssl相关错误
    • ¥15 一道python难题3
    • ¥15 牛顿斯科特系数表表示
    • ¥15 arduino 步进电机
    • ¥20 程序进入HardFault_Handler
    • ¥15 关于#python#的问题:自动化测试