[unixODBC-dev] Regarding SQLGetFunctions
Nick Gorham
nick at lurcher.org
Thu Jun 18 15:37:58 BST 2009
G, Hemanth Kumar wrote:
>
> Nick,
>
> Our Teradata driver does not support SQLSetScrollOptions.
> But when checked using SQLGetFunctions(), it says it is supported.
>
> I speculate, SQLGetFunctions is not getting called from the driver.
> Instead, the information is coming from the driver manager itself.
>
The DM is reporting it can allow the app to call SQLSetScrollOptions as
the driver exports SQLSetStmtAttr, so it can provide one by calling the
other.
--
Nick
More information about the unixODBC-dev
mailing list