On Thu, 5 Aug 2004 Jose.Silva@isotrol.com wrote:
> The function is very simple ... but it does not work.
> The database doen not change its values.
>
> The select query works perfectly but the update funtion does not do anything.
>
Any chance you have autocommit set to false and are not issuing a commit
at the end of your code?
Kris Jurka