Jump to content

UniDbGrid - RefreshRecord support


arilotta

Recommended Posts

Hi,

I'm using the DevArt components to access the DB (Oracle). They feature the RefresRecord command, a very useful statement that ca be used to refetch just the current record from the DB, without the need to refetch the whole dataset, which can be very time-consuming.

For example, I use it extensively on VCL to get the fields that are updated by some DB triggers, or to get back the changes performed by DB stored procedures.

It seems that this command is not supported by UniGUI, issuing a RefreshRecord on a dataset does not updates the DbGrid, even though the underlying data changes.

Is there something I could use to force the DBGrid to update ?

 

Thank you

Andrea

 

Link to comment
Share on other sites

×
×
  • Create New...