create_sbme1table_from_db1table()
Description
This function examines the file definition of the db1table passed
and creates a new table with the same definition in the
sbme1 file that was passed. Only characteristics that are
appropriate for sbme1table will be taken across (ie. no
field formats, just data types). Returns 0
if
successful, otherwise one of several possible error messages.
Prototype
create_sbme1table_from_db1table
(
type(db1table)
,
type(db1base) dbSrc
,
string sbmFile
,
boolean sNewTableName
,
boolean skipindexes
)
createextendedinfo
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
dbSrc | None | type(db1table) | |
sbmFile | None | type(db1base) | |
sNewTableName | None | string | |
skipindexes | .false | boolean | |
createextendedinfo | .true | boolean |