DELETETABLE (AREV Specific)
At 24 JAN 2005 08:52:58PM ps wing wrote:
Me again,
Could this also be a universal driver problem?
If I do a CREATETABLE vol table then immediately a DELETETABLE vol table I get:
W523 Unable to delete table at the … location.
W113 Cannot delete "table*acct"
Any ideas?
At 25 JAN 2005 01:41AM support@sprezzatura.com wrote:
Have you tried an ATTACH Vol tablename before the delete?
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 25 JAN 2005 03:05AM Donald Bakke wrote:
Shouldn't the DELETETABLE command only be followed by the tablename? That is:
DELETETABLE TableName
instead of:
DELETETABLE VolumeName TableName
Otherwise it will think VolumeName is actually a Table name.
dbakke@srpcs.com
At 25 JAN 2005 02:54PM ps wing wrote:
I logged back in this morning and tried to delete the empty (no indexes) table I created yesterday by doing "DELETETABLE table" and get the same error.