Sybase driver and Notes functions

We have an agent which updates a row on a Sybase table, using the following code:

Call result.SetValue(44,“1”)

result.updateRow

This code was working for LN 8.5 and ODBC Driver ASE Client 12.5 running on Windows 7

The ODBC Driver ASE Client has been upgraded 15.5 and the code no longer updates the row.

Has anyone had any difficulty with ODBC drivers and LN functions?

Subject: Question

Did you revert back to the orginal version and confirm that it was just this that changed?

Subject: Re: Question

We have tested the code on both drivers, it works correctly on Sybase Driver 12.5 and not on 15.5.The LN agent runs through the code as if it is working and doesn’t return an error message, but the table is not updated.

Nothing has changed in the Notes database or on the Sybase table being updated, only change is the new driver.