User login
|
|
|
Frontpage Sponsor
|
|
|
Poll
|
Will you be interested in a program that will import data to your Baan (purchase orders, BOMs, etc…) Yes 45% It depends on the price 18% No 13% I already have one 25% Total votes: 56 |
|
|
|
By patvdv at 26 Feb 2008 - 21:57
|
db.drop.table()
Syntax
long db.drop.table( long table_id [, long ignore_refs] [,
long comp_nr] )
Description
This deletes a specified table. Data and indices associated with the table are also deleted. Reference counters are automatically updated.
Arguments
|
table_id
|
The table ID, as returned by db.bind().
|
|
ignore_refs
|
If you set this optional argument to DB.IGNORE.ALL.REFS, the data is deleted regardless of whether it is referenced by other tables.
|
|
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
|
|
All times are GMT +2. The time now is 07:26.