E
Earl
My delete SPs uses the simple structure of checking for the original primary
key and a timestamp. When I use currencymanager to delete a record from the
DataGrid, I've noticed that if I do not have the primary key and the
timestamp in the Select statement to populate the datagrid, I obviously
cannot delete. Yet I have no need for the primary key or timestamp otherwise
when I pull that data. It might seem like splitting hairs, but is there a
better technique that does not pull across unused data?
key and a timestamp. When I use currencymanager to delete a record from the
DataGrid, I've noticed that if I do not have the primary key and the
timestamp in the Select statement to populate the datagrid, I obviously
cannot delete. Yet I have no need for the primary key or timestamp otherwise
when I pull that data. It might seem like splitting hairs, but is there a
better technique that does not pull across unused data?