Anything that makes sense of TRUE vs FALSE. In RBase, in the absence of a
BOOLEAN datatype, you could use an INTEGER 1 or 0, TEXT of whatever makes
sense.
----- Original Message -----
From: "Paul InterlockInfo" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Tuesday, April 07, 2009 3:25 PM
Subject: [RBASE-L] - Re: Row Check
I have set a flag in a cup on the golf course (no comment here from last
Oct.! please) but how do you set, ' boolean FLAG' I just got lost,
right
then.
Sincerely,
Paul Dewey
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of MikeB
Sent: Tuesday, April 07, 2009 3:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Row Check
Or adapt something more universal, utilizing the Sys_Num_Cols and
Sys_Table_Id from Sys_Tables, then Cursor through the Sys_Columns table
where the Sys_Table_Id = Sys_Table_Id getting the Sys_Data_Type feeding
into a Switch statement checking for data by column and finding data exit
the cursor setting a boolean FLAG.