一ACCESS数据库中,一个表有a,b,c三个字段,用dbgrid表格只显示b字段,
我想当在 dbgrid 表格进行选择时,用Lable1显示相应栏的c字段,请问如何在
c++builder中实现??
谢谢
---------------------------------------------------------------
In Delphi, I remember that U can use replace DBText with Lable.
By this way, U can set dbgrid and DBtext have the same datasource,
That is ok! Or u can also use master table and secondary table.
I think it not too more different in Delphi than CBB.