Forum: ASP.NET May 26th, 2007 |
| Replies: 4 Views: 2,584 |
Forum: ASP.NET May 24th, 2007 |
| Replies: 4 Views: 2,584 Still have error An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll eventhough I follow the tool tip you are referring to. |
Forum: ASP.NET May 23rd, 2007 |
| Replies: 4 Views: 2,584 Dim cb As New OleDb.OleDbCommandBuilder(da)
ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text
ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text
da.Update(ds, "me")
Im getting a... |
Forum: ASP.NET May 23rd, 2007 |
| Replies: 0 Views: 1,270 Dim cb As New OleDb.OleDbCommandBuilder(da)
ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text
ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text
da.Update(ds, "me")
Im getting a... |