Hi, One of the procs which accept tabletype as parameter gives below error while being called from Application. Could not find a concrete solution for this. Can someone help?
call PROCEDURE ABC (p_optiontable optiontype) Below is the error while executing proc - “the clr type system.data.datatable isn't natively supported by npgsql or your postgresql. to use it with a postgresql composite you need to specify datatypename or to map it, please refer to the documentation.” Regards, Aditya.