select A.od,A.qian,A.dtime,A.hf,B.ztname from dd as A inner join zt as B on A.zid=B.ztid and A.uname= " + Session["UserName"].ToString() + " order by dtime DESC提示错误,数据库为access.
后来改为如下:select od,qian,dtime,hf,ztname from dd,zt where dd.zid=zt.ztid and dd.uname= " + Session["UserName"].ToString() + " order by dd.dtime DESC 显示正常,
相关新闻
- 小程序登录流程图理解 2020-08-18
- 在C#中获取web.config中的配置信息 2021-08-23
- 小程序open-data头像样式 2021-04-10
- 小程序rich-text 富文本解析图片过大和图片路径的问题 2020-11-25
- C#中去掉字符串的最后一个字符 2020-11-23