When I go to update my datagridview... I get this error
Dynamic SQL generation for the UpdateCommand is not supported against a
SelectCommand that does not return any key column information.
using an update button...I have the following code:
Dim cm As OleDb.OleDbComm andBuilder = New OleDb.OleDbComm andBuilder(SxAd apter)
SxAdapter.Updat e(CType(SxSourc e.DataSource, DataTable))
I'm using 2005
Any ideas?
Dynamic SQL generation for the UpdateCommand is not supported against a
SelectCommand that does not return any key column information.
using an update button...I have the following code:
Dim cm As OleDb.OleDbComm andBuilder = New OleDb.OleDbComm andBuilder(SxAd apter)
SxAdapter.Updat e(CType(SxSourc e.DataSource, DataTable))
I'm using 2005
Any ideas?
Comment