We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi @freddy77 ,
Any suggestions for above issue?
Sorry, something went wrong.
I think not all combinations are allowed. But I don't know if this specific one should work.
Do you have an example
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: