F
frankie.dan
Unregistered / Unconfirmed
GUEST, unregistred user!
在delphi中,有誰碰到這樣的問題嗎?
我在後台寫一個視圖,在前台調用它,為什麼總是出現“更新或重整所需索引鍵資料行資訊不足”
視圖是這樣的:
SELECT a.style,a.custnm,a.color,a.proce,a.crop,a.muber,a.normtime,a.bas,a.pws,a.iepiece,a.checkname,a.checktime,
a.remark,a.acc_mk,b.Niepiece AS Niepiece,b.EditTime as EditTime,b.EditName as EditName,b.Remark2 as Remark2
FROM dbo.systlepiece a LEFT OUTER JOIN
dbo.EditSty b ON a.style = b.Style
systlepiece 表裡的style是索引
找了好久找不到原因?
有哪位高手可以幫幫我?謝謝!
我在後台寫一個視圖,在前台調用它,為什麼總是出現“更新或重整所需索引鍵資料行資訊不足”
視圖是這樣的:
SELECT a.style,a.custnm,a.color,a.proce,a.crop,a.muber,a.normtime,a.bas,a.pws,a.iepiece,a.checkname,a.checktime,
a.remark,a.acc_mk,b.Niepiece AS Niepiece,b.EditTime as EditTime,b.EditName as EditName,b.Remark2 as Remark2
FROM dbo.systlepiece a LEFT OUTER JOIN
dbo.EditSty b ON a.style = b.Style
systlepiece 表裡的style是索引
找了好久找不到原因?
有哪位高手可以幫幫我?謝謝!