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?
Have you tried an ATTACH Vol tablename before the delete?
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
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.
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.