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 type #166

Open
kothapraveen opened this issue Mar 29, 2024 · 3 comments
Open

CONCUR_READ_ONLY not supported for given type #166

kothapraveen opened this issue Mar 29, 2024 · 3 comments

Comments

@kothapraveen
Copy link

Hi,

Thanks for your prompt responses.

Currently 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

@lurcher
Copy link
Owner

lurcher commented Mar 29, 2024 via email

@kadler
Copy link
Contributor

kadler commented Mar 30, 2024

@lurcher Maybe a GitHub issue template that says the bug is probably in the driver, especially if the error message is something like [unixODBC][DRIVER] Something went wrong ...? Could also link to the issue trackers for various common ODBC drivers (maybe mark FreeTDS in bold, lol).

@v-chojas
Copy link
Contributor

v-chojas commented Apr 1, 2024

Try asking here: https://github.com/FreeTDS/freetds/issues

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

4 participants