E
elepant
Unregistered / Unconfirmed
GUEST, unregistred user!
用TDBChart做动态曲线,DataSet采用Query1,x轴为time,y轴为value
sql语句为:select time,value from RealTable order by time
RealTable表没有任何索引
设计时将属性TDBChart.RefreshInterval 置为1,但在运行时出现错误“Tabledo
es not
support this operation because it is not uniquely indexed.”
什么原因,怎么解决?请教各位,先谢谢!
sql语句为:select time,value from RealTable order by time
RealTable表没有任何索引
设计时将属性TDBChart.RefreshInterval 置为1,但在运行时出现错误“Tabledo
es not
support this operation because it is not uniquely indexed.”
什么原因,怎么解决?请教各位,先谢谢!