服務熱線
153 8323 9821
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 顯示正常,