Hi,
I'm using odbc c apis.
I'm getting Functional Sequence Error(HY010) on SQLFetch() statement.
Observation, mainly this error occurs on re-connection of database. I'm trying to disconnect the handler and again connection it.
Application consisting of asynchronous calls may be due to this this error is getting generated.
How to solve this error in asynchronous mode?