Expand Minimize
This topic has not yet been rated - Rate this topic

getLastUpdateCount Method (SQLServerDataSource)

Returns a boolean value that indicates if the lastUpdateCount property is enabled.


public boolean getLastUpdateCount()

true if lastUpdateCount is enabled. Otherwise, false.

If the lastUpdateCount property is set to true, the Microsoft SQL Server JDBC Driver will return only the last update count from an SQL statement passed to the server. If the lastUpdateCount property is set to false, the driver will return all update counts including those returned by any triggers that may have fired. If the lastUpdateCount property is not set, the getLastUpdateCount method returns the default value of true.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.