开发中使用datatable,列名的大小写是个关键问题

比如如下语句:

select A.*,s_merd_id from A, A表中字段名在数据库中大写

Oracle中,默认返回的datatable列名是大写

S_MERD_ID转成了大写

Sqlserver中,返回datatable列名与sql语句的写法有关,

s_merd_id为小写,其它列名为大写.

这里要注意!

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案