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

Data Connection - Create Database

Data Connection Data Connection - Connection Command Grooper.Core

Creates a new database on the server associated with this connection.

Remarks

Overview

The Create Database command provisions a new database on the server defined by the current Data Connection.
This is typically used to initialize a new environment or prepare a database for use with Grooper's data extraction and export features.


Usage

  1. Set the 'Database Name' property to specify the name of the new database to be created.
  2. Execute the command to create the database on the connected server.

The command will use the connection settings from the parent Data Connection to determine the server and authentication context.


Best Practices

  • Ensure the specified database name does not already exist on the server to avoid errors.
  • Use this command in development or deployment workflows to automate environment setup.
  • After creating the database, use additional commands such as Create Table to define the schema, or configure exports to populate the new database with extracted data.

Properties

NameTypeDescription

See Also

Notification