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' ?!
Using SQL Server TVP with UniDAC
Re: Using SQL Server TVP with UniDAC
Since this feature is a specific one only for SQL Server, therefore, unfortunately, it is not supported in UniDAC.