Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.24 KB

updaterow-method-sqlserverresultset.md

File metadata and controls

40 lines (29 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateRow Method (SQLServerResultSet)
updateRow Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
MSQLServerResultSet.updateRow
Assembly

updateRow Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Updates the underlying database with the new contents of the current row of this SQLServerResultSet object.

Syntax

  
public void updateRow()  

Exceptions

SQLServerException

Remarks

This updateRow method is specified by the updateRow method in the java.sql.ResultSet interface.

This method cannot be called when the cursor is on the insert row.

If this method is called when no column values have changed, an exception will be thrown.

See Also

SQLServerResultSet Members
SQLServerResultSet Class