使用

  提请大家修改源代码OracleDataProvider.cs文件808行

“query = select + columns + " FROM " + table.Name + where + order;”-》“query = select + columns + " FROM " + table.ToString() + where + order;”

问题解决。SubSonic的controller类的FetchByID()错误解决办法

 

--subsonic 2.1

相关文章:

  • 2021-05-16
  • 2021-09-17
  • 2021-06-15
  • 2021-08-26
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-23
  • 2021-10-01
  • 2022-12-23
  • 2021-09-17
  • 2021-07-17
相关资源
相似解决方案