Delete
Record deletion workflow: confirmations, affected rows, and refreshing your UI after a delete action.
Introduction
Section titled “Introduction”Delete steps remove existing records, so they deserve a clearer mental model than just pressing a button. This tour explains where Delete fits in the CRUD workflow, which conditions you should verify before removing data, and how to avoid turning a useful cleanup action into an accidental destructive change.
Delete Records
Section titled “Delete Records”Use the Database Delete step to remove rows from a table. Deleting is irreversible, so confirm intent and restrict access.
Use Confirmations
Section titled “Use Confirmations”When deleting from a UI, add a confirmation prompt and show feedback after deletion.
Refresh Data
Section titled “Refresh Data”After deletion, refresh the data source (e.g. re-run the Server Connect component) so the UI reflects the change.
Next steps
Section titled “Next steps”Return to the Database Operations menu to continue with Queries, Insert, Update, Delete, or Paging.