Remote access to mobile databases
Home | Products | Buy | Support | Downloads | Contacts | Forum | Blog Search

open all | close all

Data Port Console

Manual | Knowledge Base | Download | Buy | License | Forum

HOWTO: Create a table
To create a table follow these steps:

  1. On the Data Explorer pane, select the database and right-click it. Select the "New Table" option:

  2. Enter the table name and column details in the Table Design dialog:

  3. Click OK and the table will be created.

You can alternatively create the table using a Query window:

  1. Right-click on the database and select the "New Query" option:

  2. On the query window, enter the SQL CREATE TABLE command and execute it:


    The query can be executed by clicking the execute button on the toolbar (right arrowhead), by pressing F5 or the equivalent Tools / Execute menu option.