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


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

INFO: "Optional Feature Not Implemented" Error Message
  • Comment on Re: DBI/ODBC error: "Optional feature not implemented (SQL-HYC00)"

Replies are listed 'Best First'.
Re^2: DBI/ODBC error: "Optional feature not implemented (SQL-HYC00)"
by HelenCr (Monk) on Sep 25, 2013 at 13:48 UTC
    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

      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