UniStoredProc SQLRefresh property

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

UniStoredProc SQLRefresh property

Post by stevel » 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.

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Re: UniStoredProc SQLRefresh property

Post by stevel » Fri 24 Aug 2012 19:46

Can anyone help me on this?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniStoredProc SQLRefresh property

Post by AlexP » Mon 27 Aug 2012 11:41

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

Post Reply