Page 1 of 1

UniStoredProc SQLRefresh property

Posted: Wed 22 Aug 2012 16:57
by stevel
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.

Re: UniStoredProc SQLRefresh property

Posted: Fri 24 Aug 2012 19:46
by stevel
Can anyone help me on this?

Re: UniStoredProc SQLRefresh property

Posted: Mon 27 Aug 2012 11:41
by AlexP
Hello,

Please describe your task in more details, provide a script of the procedures you want to use and of tables used in these procedures, and we will try to help you solve the task