Does anyone know what the state of the result set should be after an
insertRow
Does the result set stay on the "insertRow", does the inserted row
become the current row
should we force the user to do a refreshRow after an insert to pick up
the results of sequences, etc.
after the user executes insertRow, can they then update this row without
moving?
Dave