Update Record

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oakley
Posts: 2
Joined: Sat 05 Aug 2006 17:26

Update Record

Post by oakley » Sat 05 Aug 2006 17:30

Hi,

can anybody please tell me how to Update a Record when entering something into a db grid?

I use TMyTable, TMyConnection and TDataSource for filling a DBGrid.
When I enter something into the db grid I would like the database to be updated instantaneously.

Is that possible?

Greets


Mirko

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

Post by Jackson » Tue 08 Aug 2006 12:04

In most cases you have nothing to do to make TMyTable editable.
Please see "Table" demo for more information.

Post Reply