|
|
| To insert a single table name or a comma delimited list of table names, click the "Tables," "System Tables," or "User Tables" folder in the schema tree, then select the table(s) to be inserted in the schema grid. | |
| To insert a single table name, select the table in the schema tree, then select "Table Name" from the Insert Type drop list. | |
| To insert a single column name or a comma delimited list of column names, select a table in the schema tree, select "Column Name" from the Insert Type droplist, then select the column(s) to be inserted in the schema grid. | |
| To insert a single table and column name (in table.column notation) or a comma delimited list of table and column names, select a table in the schema tree, select "Table.Column Name" from the Insert Type drop list, then select the column(s) to be inserted in the schema grid. | |
| To insert an SQL command that will retrieve all of the data contained in a table, select a table in the schema tree, then select "Get Data (SELECT * FROM table)" from the Insert Type drop list. |
To insert a single procedure name or a comma delimited list of procedure names, click the "Procedures" folder in the schema tree, then select the procedure(s) to be inserted in the schema grid. To insert an EXEC command for a single procedure (formatted as "EXEC ProcedureName"), select the procedure in the schema tree, then select "Procedure Name" from the Insert Type drop list. To insert a single parameter name (formatted as "ParameterName =") or a comma delimited list of parameter names, select a procedure in the schema tree, select "Parameter Name" from the Insert Type drop list, then select the parameter(s) to be inserted in the schema grid. Note, "return" and "output" parameters are excluded from insert. If you desire to insert "return" or "output" parameters, use copy/paste. To insert a complete EXEC command, including a parameter list, for a single procedure (formatted as "EXEC ProcedureName ParameterName = , ParameterName =…"), select the procedure in the schema tree, select "Procedure and Parameter Name" from the Insert Type droplist, then select the parameter(s) to be included in the command in the schema grid. Note, "return" and "output" parameters are excluded from insert. If you desire to insert "return" or "output" parameters, use copy/paste.
To insert a single view name or a comma delimited list of view names, click the "Views," "System Views," or "User Views" folder in the schema tree, then select the view(s) to be inserted in the schema grid. To insert a single view name, select the view in the schema tree, then select "View Name" from the Insert Type droplist. To insert a single column name or a comma delimited list of column names, select a view in the schema tree, select "Column Name" from the Insert Type droplist, then select the column(s) to be inserted in the schema grid. To insert a single view and column name (in view.column notation) or a comma delimited list of view and column names, select a view in the schema tree, select "View.Column Name" from the Insert Type droplist, then select the column(s) to be inserted in the schema grid. To insert an SQL command that will retrieve all of the data contained in a view, select a view in the schema tree, then select "Get Data (SELECT * FROM view)" from the Insert Type droplist.
Tip: You can also insert table and column names using the insert table/column window.
Tip: As an alternative to the insert button, you can copy data from the schema grid using edit/copy and then paste the data into the command tab. However, the insert button will generally insert data in a format that is better suited for use in SQL commands.
Save the data in the schema grid to a file. You can save schema data in HTML (.HTM) or text (.TXT) format by selecting the desired format from the save as type list in the save as dialog. Use schema tab options to specify the HTML template file that will be used to format schema data saved as an HTML document. Use schema tab options to specify the delimiter for schema data saved as a text file.
Copy the text in the currently selected cells to the clipboard. If you select an entire column, the column heading is also copied to the clipboard. Use schema tab options to specify the copy delimiter.

Find text in the currently selected cells in the schema grid. The
find drop list displays all previous search text for the current session.
Trim replaced text is not applicable on this tab.
Change the font, font size, font bold, and font italic attributes of the text in the schema grid. Note, the selected font is also applied to the command text field, the statistics text field and the results grid.
Sort all rows in the results grid by the currently selected column(s). If more than one column is selected, the leftmost selected column is used as the first sort key. Additional selected columns are used as the second and greater sort keys (i.e. 2nd selected column from the left is used as second sort key, 3rd selected column from the left is used as the third sort key, etc.).
Create a copy of the data contained in the current database. The data is stored in a backup file set. You will be prompted to select the directory where the backup file set is to be stored. Backup processing will overwrite duplicate files in the selected directory.
Tip: You can use Process/Backup Data and Process/Restore Data to move your data from one database provider to another (i.e. MS Access to Oracle, Oracle to MS SQL Server, etc.).
Load the data in an ADO recordset file into the table or view selected in the schema tree. This option is only enabled when you select a destination table or view in the schema tree. Use File/Save As to create ADO record set files.
Tip: You can use File/Save As and Process/Insert Data to move selected data from one table, database or database provider (i.e. MS Access to Oracle, Oracle to MS SQL Server, etc.) to another.
Copy the data contained in a backup file set into the current database. The backup file set is created using the Process/Backup Data menu option (see above). You will be prompted to select the directory where the backup file set is located. All existing data in the restored tables is deleted prior to restoring data from the backup file set.
The Restore Table Order window allows you to select the tables to be
restored, and specify the order in which they are restored.
Table order is important due to foreign key constraints. If your database
provider supports foreign key functionality, QueryODBC will resolve the foreign
key relationships and automatically order the tables to ensure that restore
processing does not violate any foreign key constraints. If your database
provider does not support foreign key functionality, you must manually order the
tables. In the Restore Table Order window, tables that do not contain any
foreign keys must be listed first, followed by tables that contain foreign keys.
A table that contains foreign keys must be ordered after the table(s)
that it's foreign keys reference. If you remove a table from the list using the
Remove button, the table will not be restored.
Tip: If any of your tables contain "auto number" fields, you must temporarily disable the "auto number" feature prior to restoring data.
Display schema tab options.
|
|