CONCUR_READ_ONLY not supported for given type #540
Unanswered
kothapraveen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @freddy77
Thanks for your support.
Currently am facing below error, when we are working with Unix ODBC & FreeTDS.
CONCUR_READ_ONLY not supported for given resultset type TYPE_SCROLL_INSENSITIVE
but its working fine when the resultset type is TYPE_FORWARD_ONLY
Below are ResultSetTypes:
TYPE_FORWARD_ONLY
TYPE_SCROLL_INSENSITIVE
TYPE_SCROLL_SENSITIVE
Below are ResultSetConcurrency
CONCUR_READ_ONLY
CONCUR_UPDATABLE
Beta Was this translation helpful? Give feedback.
All reactions