|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
value of true/false in sql table
what values does sql store for true/false in a table?
msAccess stores it as yes/no, but i'm not sure about sql... |
|
#2
|
||||
|
||||
|
Hi
Probably bit (0/1) MK |
|
#3
|
||||
|
||||
|
SQL Server uses a Bit data type (1/0) to represent True/False, Yes/No, On/Off.
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > value of true/false in sql table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|