populating table with TVP with resultset fails for the following case: with Resultset that uses server cursor (for example, TYPE_FORWARD_ONLY and CONCUR_UPDATABLE), if the same connection is used for source result set and the insert query.
If different connections are used, then it passes.
populating table with TVP with resultset fails for the following case: with Resultset that uses server cursor (for example,
TYPE_FORWARD_ONLYandCONCUR_UPDATABLE), if the same connection is used for source result set and the insert query.If different connections are used, then it passes.