Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-19 : 07:56:16
|
| Neaktisia writes "I am using a boolean parameter in Cystal Reports Command. How do I handle the boolean parameter. It seems that TSQL does not have boolean datatype. Thanks." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-08-19 : 07:57:26
|
| The SQL Server bit datatype is a useful substitute for a true boolean type. Most applications that integrate with SQL Server translate bit and boolean transparently. |
 |
|
|
|
|
|