http://www.perlmonks.org?node_id=1055686


in reply to Re: DBI/ODBC error: "Optional feature not implemented (SQL-HYC00)"
in thread DBI/ODBC error: "Optional feature not implemented (SQL-HYC00)"

Thank you for your post, AM.

I was familiar with that web page, but it was not clear to me how to apply what it says, to this case.
It says:  "...SQL Server does not support the adDBDate datatype. To correct this problem, change the datatype of the @theDate parameter to adDBTimeStamp."

How should this be interpreted in relevance to my case?

Many TIA

Helen

Replies are listed 'Best First'.
Re^3: DBI/ODBC error: "Optional feature not implemented (SQL-HYC00)"
by Anonymous Monk on Sep 26, 2013 at 01:35 UTC

    How should this be interpreted in relevance to my case?

    I would examine the values of sql_type/sql_const and what your dbd/odbc drivers say about those types -- one of them is not what is expected/accepted