Chat now with support
Chat with Support

Toad Edge 2.4.2 - User Guide

Data Import

Importing data is the fastest way to populate your tables. Toad Edge offers data import from SQL (INSERT or MERGE statements) or CSV files. You can even import data from ZIP archives that contain these files.

Note: CSV file import currently allows importing data only into one table at a time.

To import data into a table:

  1. In Object Explorer, right-click the table you want to import data into and choose Import Data...
  2. In the Import Data wizard, choose the import file format, the Source path and encoding. The encoding field is editable in case encoding is not detected correctly
  3. The final dialog depends on whether you import a SQL or a CSV file:
    • SQL file - you can configure additional SQL Format Settings, for example, you may want to remove the database name from the code or open it in Worksheet
    • CSV file - you can configure various CSV Format Settings such as delimiters, date and time formats...
  4. Once you are done with the final configuration, click Finish

JSON Support and Editor

JSON support and JSON Editor

With Toad Edge you can view JSON columns structure clearly in multiple places and you can also edit specific JSON values using an editor with support of Content Assist, Quick Fixes, and other features that support native JSON (JavaScript Object Notation) data types.

To view JSON column values

  1. In Object Explorer, locate your database/schema and then the table that contains a JSON data type column
  2. Expand the table node, the columns node and then finally the node of the specific JSON column

To view detailed structure of JSON values

  1. Double-click any table in Object Explorer with a JSON data type column to open it in Object Detail)
  2. In Object Detail, switch to the Data tab
  3. Right-click a value and select Define in Editor to open the value in JSON Editor
  4. The structure of the specific JSON value is then displayed in Outline View
JSON Editor

To edit values in JSON Editor

  1. Double-click any table in Object Explorer with a JSON data type column to open it in Object Detail)
  2. In Object Detail, switch to the Data tab
  3. Open a JSON value in JSON Editor by either:
    • Right-clicking the value and selecting Define in Editor
    • Double-clicking the value and clicking the edit icon

JSON Editor has two especially notable features:

  • Content Assist (CTRL (⌘) + SPACE) - suggests JSON templates (see Templates for more information)
  • Quick Fix - offers simple solutions to syntax errors, use them by right-clicking an underlined part of the JSON value and selecting a fix
Toolbar button Name Description
Brackets Highlighting Toggles brackets highlighting. Corresponding starting/ending brackets are highlighted in the same color
Brackets Content Highlighting

Toggles brackets content highlighting. Bracket values of the same depth are highlighted in the same color

Vertical Layout Switches the editor into vertical layout
Horizontal Layout Switches the editor into horizontal layout
Apply Applies changes made to a value
Cancel Discards changes made to a value

Management of BLOBs

There are several tools that can be used to work with BLOBs (Binary large objects). You can open them in application of your choice and you can also import/export BLOB values directly in Object Detail.

To view the contents of a BLOB value

  1. Open a table with BLOB values in Object Detail and switch to the Data tab
  2. Double-click any BLOB value to open it in its associated application

NOTE: The application in which the BLOB value will be opened depends on current settings. See BLOB Viewers

To export BLOB values

  1. Open a table with BLOB values in Object Detail and switch to the Data tab
  2. Right-click any BLOB value and select Export BLOB to File
  3. Choose the destination for the file and click Save

To import BLOB values

  1. Open a table with BLOB values in Object Detail and switch to the Data tab
  2. Right-click any BLOB value and select Import BLOB from File
  3. Select the file that you would like to import as a BLOB value and click Open

NOTE: The imported file must not exceed the maximum size of the destination BLOB column type. The maximum size of a BLOB column value of each type is:

  • TINYBLOB - 255 bytes
  • BLOB - 64 KB
  • MEDIUMBLOB - 16 MB
  • LONGBLOB - 4GB

Run Stored Procedures and Functions

Running Stored Procedures and Functions

Procedures and functions stored in your database can be executed right from the Object Explorer. Once the procedure/function is executed, you can display the results in the Run Routines window. See Run Routines for more information.

To run a stored procedure

  • Right-click a procedure/function and select Run

  • If your procedure or function accepts parameters, you will be able to enter them before execution in the Set Input Parameters window

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating