![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
![]() |
Reported By: Hilary Blokker Reported On: 8/29/2008 For: Version 2.01 Build 4 |
Imports Elevate.ElevateDB.Data Partial Class _Default Inherits System.Web.UI.Page Protected Sub btnTest_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnTest.Click ' Create connection Dim conTest As EDBConnection = New EDBConnection (ConfigurationManager.ConnectionStrings("TestConnectionString").ConnectionString) conTest.Open() Try ' Try to update last record. Error occurs if record count is a multiple of 32 and trying to update last record. Dim cmdTest As EDBCommand = New EDBCommand("UPDATE Responses SET Response=5 WHERE ResponseID=32", conTest) Try ' Execute update Dim intRecordsAffected As Integer = cmdTest.ExecuteNonQuery() Finally cmdTest.Dispose() End Try Finally conTest.Close() conTest.Dispose() End Try End Sub End Class
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |