千
千中元
Unregistered / Unconfirmed
GUEST, unregistred user!
例如有两个表:
节目类型表:节目类型ID,节目类型名称
节目表: 节目ID,节目名称,节目类型id (与表A关联的外键)
1)请给出使用Delphi自己带的控件实现的方法(好像比较麻烦,我到现在都没弄明白)
如果方便的话,email to ourdelphi@163.net
2)1stClass的实现方法:
Query1:select * from 节目类型表 相应的Datasource1
Query2: Select * from 节目表 where 节目类型id=:id Query2的Datasource设置为Datasource1
1stClass的datasources属性设置为Datasource1,
------关于1stClass的因为表里暂时无数据,未试,如果哪位以前用过,指点指点。
节目类型表:节目类型ID,节目类型名称
节目表: 节目ID,节目名称,节目类型id (与表A关联的外键)
1)请给出使用Delphi自己带的控件实现的方法(好像比较麻烦,我到现在都没弄明白)
如果方便的话,email to ourdelphi@163.net
2)1stClass的实现方法:
Query1:select * from 节目类型表 相应的Datasource1
Query2: Select * from 节目表 where 节目类型id=:id Query2的Datasource设置为Datasource1
1stClass的datasources属性设置为Datasource1,
------关于1stClass的因为表里暂时无数据,未试,如果哪位以前用过,指点指点。