Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Row not getting updated, No errors thrown

b3299f76-756e-406a-9a4d-9eae26128cbcJun 14 2016 — edited Jun 14 2016

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.

Comments

Robin Chatterjee

usually you need to raise an issue on the beehive forum if you face a resource issue.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 12 2016
Added on Jun 14 2016
1 comment
1,194 views