nikeloeleven
Programmer
Hi guys,
I was using SQL to create a field called "StatusofTarget" (status of target) .....
i want the data type for this field to be boolean so that the boolean values can be set as either "COMPLETED" or "PROGRESSING"... but i realised that SQL in interbase doesnt recognise BOOLEAN data type...
is there a way to set boolean data types for fields?
"StatusofTarget boolean Not Null,"
doesnt work in sql..
please can you tell me how to set BOOLEAN data types in sql ... and the two values to be "COMPLETED" or "PROGRESSING" instead of YES/NO or True/False
I was using SQL to create a field called "StatusofTarget" (status of target) .....
i want the data type for this field to be boolean so that the boolean values can be set as either "COMPLETED" or "PROGRESSING"... but i realised that SQL in interbase doesnt recognise BOOLEAN data type...
is there a way to set boolean data types for fields?
"StatusofTarget boolean Not Null,"
doesnt work in sql..
please can you tell me how to set BOOLEAN data types in sql ... and the two values to be "COMPLETED" or "PROGRESSING" instead of YES/NO or True/False