Command Line Examples


dbsubst foo.dbs *

This is valid, but will do nothing since no operation is specified.

dbsubst /p foo.dbs *

This will process all the profiles in foo.dbs.

dbsubst /p /g foo.dbs *

This will process all the profiles in foo.dbs and print the full name of each generated file to stdout.

dbsubst /p /v foo.dbs *

This will process all the profiles in foo.dbs and output a lot of messages to stderr.

dbsubst /vp /ls foo.dbs *

This will list all the SQL columns returned from each query. The /vp will insure that the profile is printed so that you can tell which is which.

dbsubst /l foo.dbs goo

This will list all symbols returned from the profile "goo".