Hello,

The following code is an example of a bug we have found with grid update. We see this very clearly in our own code, and below is the example code with nwind.


<%@ Page Language="vb" Debug="true" %>
<script language="vb" runat="server">
Sub Page_Load(Source as Object, E as EventArgs)

Dim Mydb As New tornado.z()
With Mydb
.dbQP = "Unit=2| Mode=Grid| Skin=plain| DSN=Nwind| SQL=SELECT * From Employees|ni=b5,update| BM=Employees;0| TextHolder=Title=Basic Grid"
.dbEditUpdateFlds = "1,2"
.dbEditGridUpdate = True
.ASPdbNET()
End With

End Sub
</script>

Thanks,

Dean