ODBC SQL Server Driver State ID 07006 Error

ranjityadavranjityadav Member Posts: 92
Hi to all,

I m facing this error while runing the reports and inserting the data into tables

Error:[Microsoft][ODBC SQL Server Driver]Restricted data type attribute violation State ID: 07006.

can you help me out for this.

Answers

  • garakgarak Member Posts: 3,263
    viewtopic.php?f=23&t=29664

    07006 -> Restricted data type attribute violation --> The data type identified by the ValueType argument cannot be converted to the data type identified by the ParameterType argument. Notice that this error may be returned by SQLExecDirect, SQLExecute, or SQLPutData at execution time, instead of by SQLBindParameter.

    Wich ODBC Version and which MDAC version do you use?
    Do you make it right, it works too!
  • ramiresreisramiresreis Member Posts: 25
    the error continues.

    i have win xp, doenst allow to install de mdac 2.8.

    where do i see the odbc version?
Sign In or Register to comment.