Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Updates the designated column with an array of byte values.
Overload List
| Name | Description |
|---|---|
| updateBytes (int, byte[]) | Updates the designated column with an array of byte values given the column index. |
| updateBytes (java.lang.String, byte[]) | Updates the designated column with an array of byte values given the column name. |
Remarks
In a previous version of Microsoft JDBC Driver for SQL Server, you could use SQLServerResultSet.updateBytes to convert values between byte arrays and SQL Server data type date, time, datetime2, or datetimeoffset. Now, using this method with those data types will cause an exception indicating that the conversion is not supported.