I add a datagrid and bind a recordset.
when I do that
recordset.addnew
recordset.cancelupdate
I get an error message
Empty row cannot be inserted. Row must have at least one column value set.
Without datagrid it's work.
What's problem
I use VB6 SP5
Printable View
I add a datagrid and bind a recordset.
when I do that
recordset.addnew
recordset.cancelupdate
I get an error message
Empty row cannot be inserted. Row must have at least one column value set.
Without datagrid it's work.
What's problem
I use VB6 SP5
there is no need to use cancelupdate
just use update when you have added or changed data