Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.62 KB

File metadata and controls

33 lines (26 loc) · 1.62 KB
title updateBytes Method (SQLServerResultSet)
description updateBytes Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateBytes
apitype Assembly

updateBytes Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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 [!INCLUDEjdbcNoVersion], you could use SQLServerResultSet.updateBytes to convert values between byte arrays and [!INCLUDEssNoVersion] 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

SQLServerResultSet Members
SQLServerResultSet Class