Z znxia Unregistered / Unconfirmed GUEST, unregistred user! 2003-09-25 #1 我用Delphi+MapObject在TrackingLayer上画了点,请问高手们如何把我新增的点保存到数据库中?(假设相应的数据库已经创建了)我用IMoRecordset接口的AddNew和Update方法保存数据后,再次打开该数据库,无法看到先前所画的点的信息!高手们帮帮忙啦!
我用Delphi+MapObject在TrackingLayer上画了点,请问高手们如何把我新增的点保存到数据库中?(假设相应的数据库已经创建了)我用IMoRecordset接口的AddNew和Update方法保存数据后,再次打开该数据库,无法看到先前所画的点的信息!高手们帮帮忙啦!
C chlchen Unregistered / Unconfirmed GUEST, unregistred user! 2003-09-27 #2 我找到方法了!就是把TrackingLayer上的点直接付值给记录的“shape”就可以了。即 xx.Records.Fields.Item('Shape').Value := map1.TrackingLayer.Event[0].shape; ( xx:IMomaplayer 哈哈!也祝你成功!
我找到方法了!就是把TrackingLayer上的点直接付值给记录的“shape”就可以了。即 xx.Records.Fields.Item('Shape').Value := map1.TrackingLayer.Event[0].shape; ( xx:IMomaplayer 哈哈!也祝你成功!