Delphi的DataSet,DataSource,DBGrid是如何协同工作的?

goldli 2010-04-02 12:42:23
如题。
一个DBGrid在连接到一个DataSource,此DataSource连接到一个dataset,在激活dataSet的情况下,DBGrid可以显示查询到的内容。而修改DBGrid的值会返应到数据库中。
设,控件使用ADO方式,那么它们是如何连动的?
...全文
622 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
udxiaos 2010-05-25
  • 打赏
  • 举报
回复
换了家公司刚开始用delphi,悲剧ing
yuweihua86 2010-04-05
  • 打赏
  • 举报
回复
随便去网上找找,这方面的资料一大堆呢
bdmh 2010-04-02
  • 打赏
  • 举报
回复
不明白你要弄清楚什么问题
CACACACACA 2010-04-02
  • 打赏
  • 举报
回复
看TDataLink,
goldli 2010-04-02
  • 打赏
  • 举报
回复

一个adoquery连接到一个adoconnection上,将一个datasource连接到adoquery上,把dbgrid连接到datasource然后active adoquery,如果adoquery的sql有值,且能查询到内容,则这些内容会反应到dbgrid里。修改dbgrid一个单元格的内容,这个内容会反应到数据库里。我想问的是,这几个控件是如何实现由查询到表格,表格修改过自动存储的。
金卯刀 2010-04-02
  • 打赏
  • 举报
回复
看source比別人講,會更清楚!
Ehlib 是著名的数据库连接控制,版本为5.0.13,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。 本版本含完整源代码,支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) Delphi 2007 RAD Studio 2009 (Delphi 2009, C++Builder 2009) Embarcadero RAD Studio 2010 (Delphi 2010, C++Builder 2010) 本人已在Delphi 2010中运行通过,在本人编制的进销存软件中应用完全正常。 注:Delphi2010里面安装不要修改bpl文件的输出路径,采用默认值,否则安装难以成功。 Version 5.0的改进: + At design-time grid can show such components as DataSource, DataSet, DataDriver in its the bottom left part. These components can be selected in object inspector by mouse clicking. It allows to find quickly and select components which is connected to the grid. + New mode - RowPanel. In this mode grid allows to show out cells of record one under another and change height of every cell separately. + Grid can have special panel of detail information for record. It is allowed to put any control from component palette on this panel. At run time, panel is hidden and user can open it by pressing on a '+' sign which is shown at the begining of every row. + Grid can scroll data smoothly and by small steps of one pixel size. Grid can scroll data smoothly vertically and horizontally. + Hot track. Grid can highlight a cell or a row under mouse cursor. + Grid can show vertical line in gradient mode between data rows and bottom part of the grid. + In mode Column.AlwaysShowEditButton grid shows EditButtons in shadow mode. It doesn't irritate eyes by big amount of edit buttons in the grid. + New property EditButtonsShowOptions is added in the Grid of type TEditButtonsShowOptionsEh. TEditButtonsShowOptionsEh = set of (sebShowOnlyForCurCellEh, sebShowOnlyForCurRowEh, sebShowOnlyWhenGridActiveEh, sebShowOnlyWhenDataEditingEh); When Column.AlwaysShowEditButton is True, this property allows to customize, in which cases it is need to show EditButtons. : See detail information

2,497

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 数据库相关
社区管理员
  • 数据库相关社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧