Syntax
long db.create.table( table table_name [, long comp_nr] )
Description
This creates a new database table.
Arguments
table_name The name for the new table.
comp_nr This optional argument specifies a company number for the table. The default company is the company of the user.
Return values
0 success
<>0 error
Related Post:
long db.create.table( table table_name [, long comp_nr] )
Description
This creates a new database table.
Arguments
table_name The name for the new table.
comp_nr This optional argument specifies a company number for the table. The default company is the company of the user.
Return values
0 success
<>0 error
Related Post:
0 comments:
Post a Comment