psGenerateTable

Description

   This program writes the C++ table subclasses, one for each
table in the specified database.  Each subclass has at least
6 methods.  A constructor, a destructor, and a method each which
selects, updates, deletes and inserts a row.

 

Syntax

psGenerateTable -Sserver -Uusername -Ppassword -Ddatabase
-Wtable_owner -Nname -Llogfile -Ooptions

 

Arguments

-S

Sybase Server Name

-U

Sybase User Name

-P

Sybase User's Password

-D

Sybase Database

-W

If -N is specified, then -W specifies the owner of the

-N

If specified, only the C++ code for tables having pattern 'name'

-L

If specified, all error messages go to this file. If not

 

Environment Variables Behind the Scenes

DSQUERY

When -S is not specified.

SYB_USER

When -U is not specified.

SYB_PASS

When -P is not specified.

SYB_DATABASE

When -D is not specified.

PS_SYSMSG_FILE

Name of the tool's messages file.

 

Go to DBPowerSuite 7.9 List of Programs.


Updated: Thu Jun 18 21:12:26 2009