CONCUR_READ_ONLY not supported for given type #540
Unanswered
kothapraveen
asked this question in
Q&A
Replies: 1 comment
-
Which query are you trying to execute ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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