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?