Skip to content
New issue

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

CONCUR_READ_ONLY not supported for given resultset type TYPE_SCROLL_INSENSITIVE #545

Open
kothapraveen opened this issue Apr 2, 2024 · 3 comments

Comments

@kothapraveen
Copy link

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

@kothapraveen
Copy link
Author

Hi @freddy77 ,

Any suggestions for above issue?

@freddy77
Copy link
Contributor

freddy77 commented Apr 3, 2024

I think not all combinations are allowed. But I don't know if this specific one should work.

@freddy77
Copy link
Contributor

Do you have an example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants