Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Updates the designated column with an array of byte values given the column name.
Syntax
public void updateBytes(java.lang.String columnName,
byte[] x)
Parameters
columnName
A String that contains the column name.
x
An array of byte values.
Exceptions
Remarks
This updateBytes method is specified by the updateBytes method in the java.sql.ResultSet interface.
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.
See Also
updateBytes Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class