Jan
SELECT COUNT(*) INTO VROWS INDIC IVROWS FROM +
SYS_TABLES WHERE SYS_TABLE_NAME = 'TmpTableName'
IF VROWS <> 0 THEN
TABLE EXISTS
ENDIF
Buddy
From: [email protected] [mailto:[email protected]] On Behalf Of jan
johansen
Sent: Monday, February 23, 2009 4:18 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Temp tables
Group,
What is the best way to check for the existance of a temporary table?
Jan

