Skip to content

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

@InteXX

Description

@InteXX

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions