G
Guest
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.OleDbCommandBuilder = New OleDb.OleDbCommandBuilder(SxAdapter)
SxAdapter.Update(CType(SxSource.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.OleDbCommandBuilder = New OleDb.OleDbCommandBuilder(SxAdapter)
SxAdapter.Update(CType(SxSource.DataSource, DataTable))
I'm using 2005
Any ideas?