Subject Re: [IBO] Stored Procedure, Transaction problem
Author Luiz
Hi Sebastián,

Set the transactions isolations to tiCommited.

Luiz.

----- Original Message -----
From: "Sebastián" <delphihelper@...>
Subject: [IBO] Stored Procedure, Transaction problem


>Hi,
> This is the situation, I have a grid, this grid shows info about
>clients, I can edit, delete, etc, etc.
> I have a button that calls an stored procedure, this procedure
>change some values on clients table, after the procedure call, I
>must close and reopen the table to see the changes in the grid.
> If I use refresh, nothing happens, why??
>There is another way to do this?