The least storage space you can equivocate to would be TEXT (1) containing T
or F. RBase has no BIT and VARBIT would be inapropriate.
----- Original Message -----
From: "Wills, Steve" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, April 20, 2009 4:50 PM
Subject: [RBASE-L] - Importing BIT Types
I am trying to import some records where there are source fields defined
as BIT, basically a logical ON||OFF.
They are like this from the source db:
ID Description Bit1 Bit2 Bit3
---- ------------------------------- ----- ----- -----
1000,'My Record Description for 1000',False,False,False
1001,'My Record Description for 1001',False,True,False
What might be the best way to handle their import into RB and should the
RB columns for the BIT fields also be BIT?
Thanks,
Steve in Memphis