microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
121 stars 40 forks source link

Is there a way the DRIVER says whether it supports UDT or not? #114

Closed golamo closed 7 years ago

mikepizzo commented 7 years ago

If the driver returns UDTS, the application can call SQLStructuredTypes to find it.

If the application wants to know what structured types are supported, it can call SQLGetFunctions to see if SQLStructuredTypes is supported.