Back to SPR List Previous Next
Create table with "special" name causes problems with drop table
Minor Closed - Fixed Found:XS.01.12 19 AUG 2009 Fixed:XS.01.13 20 AUG 2009

DETAILS
 CREATE TABLE SpecialName
 will create a tabfile with a name delimited by curly braces {SpecialName}
 The delete tabfile dialog will include an extra set of braces and fail:
EXAMPLE PROGRAM
 DROP TABFILE {{SpecialName}}
 Command complete but not at end of line. (Error 1)

WORKAROUND
Use the DROP TABFILE {SpecialName} command directly
Back to SPR List Previous Next