UniStoredProc SQLRefresh property
Posted: Wed 22 Aug 2012 16:57
Using: Delphi XE2, UniDAC 4.3.8 Professional
I read the documentation on this page of the help file : TCustomDADataSet.SQLRefresh Property
Using RefreshRecord command in the AfterPost event of the stored procedure component.
If the SQLRefresh property contains a WHERE clause, then it works fine ie. the row is being refreshed after an update.
Please give me an example of how I can use a stored procedure in this property, as I have not been able to get this to work as yet.
I read the documentation on this page of the help file : TCustomDADataSet.SQLRefresh Property
Using RefreshRecord command in the AfterPost event of the stored procedure component.
If the SQLRefresh property contains a WHERE clause, then it works fine ie. the row is being refreshed after an update.
Please give me an example of how I can use a stored procedure in this property, as I have not been able to get this to work as yet.