Using SQL Server TVP with UniDAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Mahmood_M
Posts: 20
Joined: Thu 24 Sep 2015 21:18

Using SQL Server TVP with UniDAC

Post by Mahmood_M » Mon 02 Oct 2017 17:15

There is a component named "TMSTableData" in the SDAC package for using SQL Server TVP as described here :
viewtopic.php?f=6&t=24223
I want to use SQL Server TVP with UniDAC, there is no component equivalent to TMSTableData.
How can I use TVP with UniDAC ?
Should I use 'StoredProc.ParamByName('MyParam').AsDataSet' ?!

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Using SQL Server TVP with UniDAC

Post by Stellar » Tue 03 Oct 2017 14:31

Since this feature is a specific one only for SQL Server, therefore, unfortunately, it is not supported in UniDAC.

Post Reply