Skip to content

Inconsistent result when using ExecuteDataTable #617

Closed
@jeffersonthadeu

Description

@jeffersonthadeu

When executing the following query, tested directly in the Database, the result is 12 records.

Image

When I use the ExecuteDataTable method, the result is always 1 record.

When testing without ExecuteDataTable, the result is 12 records.

Image

The test was done with other records and the behavior is the same.

When removing the crg_nid column from the SELECT, the result is 12 records using ExecuteDataTable and also without it.

Image

The same behavior occurred with ExecuteDataSet.

Metadata

Metadata

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