Incode Systems Home Page Incode Systems, Inc.


SQLMETA



(Windows Program Win95 or higher)

SQLMeta - Copyright (C) Incode Systems, Inc. 2002.
Version 0.9 http://www.incodesystems.com

Usage: DSN OutFileName[.txt] LogFileName[.log]
Returns a list of ODBC Data Source Names

Usage: TABLES OutFileName[.txt] LogFileName[.log]
Returns a list of table names

Usage: COLUMNS(TABLENAME) OutFileName[.txt] LogFileName[.log]
Returns a list of table columns and attributes.
If TABLENAME is * all table columns are returned.

If any FileName is not given, or CON, standard output is used.
Options: (case sensitive, may be preceeded with a - or /)
-d ODBC Data Source Name
-db Database Name (only used if DSN does not define Database)
-U login
-P password
-v Verbose mode, write SQL_SUCCESS_WITH_INFO messages to log
-h Header row (default)
-? help (this screen)
-help (this screen)
A minus sign after the option turns it off (example: -h- for No Header row). Current directory and program directory is checked for SQLMeta.ini which is a text file in the form: Option=OptionValue example: d=Data Source Name

Login and password optional if DBMS supports trusted connections.
Any parameter containing spaces should be surrounded by double quotes.