Hi,
I am using the Timesten ODBC interface for C to program an application which updates some rows in a timesten DB based on inputs received.
It prepares the sql statement using SQLPrepare and then fires the query using SQLExecute.
What is happening is sometimes the rows are NOT getting updated even though no errors where thrown.
Does the function SQLExecute wait for update statement to complete before returning a success message or is it fire and forget.
Is its possible that the queries my application is firing getting timed out , but since the function returned a success message the issue was not caught.
What possible precautions can i take to avoid this kind of errors.
Any help is appreciated.
Thanks.