https://bugs.documentfoundation.org/show_bug.cgi?id=162219
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Mike Kaganski <[email protected]> --- Error in the DecimalDigits argument passed to SQLBindParameter [1]. This value is set to the scale of the target DECIMAL field (4), for any string passed there ("1" for 1.0000, "1.2" for 1.2000, etc.). But the value in this case must describe not the target data, but source data. Passing 0 as DecimalDigits for passed "1" (or 1 for "1.2") makes it work fine. Likely an error in dbtools::setObjectWithInfo. [1] https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlbindparameter-function -- You are receiving this mail because: You are the assignee for the bug.
