Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Data Connection - Drop Table

Data Connection Data Connection - Connection Command Grooper.Core

Deletes a table from the database.

Remarks

Overview

The DropTable command removes an existing table from the database associated with the current Data Connection.
This operation is irreversible and will permanently delete the specified table and all of its data.


Usage

  1. Set the 'Table Name' property to the name of the table you wish to delete.
  2. Execute the command to drop the table from the connected database.

The command uses the connection settings from the parent Data Connection to determine the target database and authentication context.


Best Practices

  • Double-check the 'Table Name' before executing to avoid accidental data loss.
  • Use this command with caution, especially in production environments.
  • Consider backing up important data or tables before deletion.
  • After dropping a table, you may use Create Table to recreate the schema if needed.

Properties

NameTypeDescription

See Also

Notification