dbgrid again

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Goretz
Posts: 10
Joined: Mon 07 Aug 2006 10:26
Contact:

dbgrid again

Post by Goretz » Thu 10 Aug 2006 04:36

Can someone please help me? I want to use dbgrid to display
data from table A and then insert data from the same dbgrid to table B.
For example Table A contains read only information
and based on these info, i will key in several values in the same dbgrid
and these values will be inserted in the table B.Thanks :?:

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 11 Aug 2006 09:02

TCRDBGrid and TDBGrid doesn't provide such functionality.

Post Reply