|
By patvdv at 26 Feb 2008 - 21:57
|
db.create.table()
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
Context
Bshell function.
Related topics
|