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

Error: SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable #74

Open
InteXX opened this issue Sep 28, 2023 · 0 comments

Comments

@InteXX
Copy link

InteXX commented Sep 28, 2023

I'm getting an error when calling GetTable<TEntity>(), a part of the INFORMATION_SCHEMA collective:

SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable

FYI this doesn't occur with the official .NET Framework 4.8 library.

I poked around a bit and found these Q&As:

...but I believe these implementations must occur after the entry point, not before.

What do you make of it?

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

1 participant