--- title: "updateAsciiStream Method | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual apiname: - "SQLServerResultSet.updateAsciiStream" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 4959a0a9-ae55-4c4e-80a8-21119aaceb92 author: David-Engel ms.author: v-daenge --- # updateAsciiStream Method (SQLServerResultSet) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Updates the designated column with an ASCII stream value. ## Overload List |Name|Description| |----------|-----------------| |[updateAsciiStream Method (int, java.io.InputStream)](../../../connect/jdbc/reference/updateasciistream-method-int-java-io-inputstream.md)|Updates the designated column with an ASCII stream value.| |[updateAsciiStream (int, java.io.InputStream, int)](../../../connect/jdbc/reference/updateasciistream-method-int-java-io-inputstream-int.md)|Updates the designated column index with an ASCII stream value specific to the column index.| |[updateAsciiStream Method (int, java.io.InputStream, long)](../../../connect/jdbc/reference/updateasciistream-method-int-java-io-inputstream-long.md)|Updates the designated column with an ASCII stream value, which will have the specified number of bytes.| |[updateAsciiStream Method (java.lang.String, java.io.InputStream)](../../../connect/jdbc/reference/updateasciistream-method-java-lang-string-java-io-inputstream.md)|Updates the designated column with an ASCII stream value.| |[updateAsciiStream (java.lang.String, java.io.InputStream, int)](../../../connect/jdbc/reference/updateasciistream-method-java-lang-string-java-io-inputstream-int.md)|Updates the designated column name with an ASCII stream value, which will have the specified number of bytes.| |[updateAsciiStream Method (java.lang.String, java.io.InputStream, long)](../../../connect/jdbc/reference/updateasciistream-method-java-lang-string-java-io-inputstream-long.md)|Updates the designated column with an ASCII stream value, which will have the specified number of bytes.| ## See Also [SQLServerResultSet Members](../../../connect/jdbc/reference/sqlserverresultset-members.md) [SQLServerResultSet Class](../../../connect/jdbc/reference/sqlserverresultset-class.md)