This is a discussion on Store a boolean value in SQL Server. within the Database Support forums, part of the Web Development category; Hi all... Can anyone tell me how can i store a boolean value in SQL Server? Thanks in advance......
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all... In SQL Server, there's no boolean data type. The nearest data type that can be used in place of boolean data is the BIT data type, which is an integer data type that can accept a value of 1, 0 or NULL value only. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to create store procedure? | senraj | Database Support | 4 | 04-25-2008 05:26 AM |
| can i store java objects in a Database? | saravanan | Database Support | 0 | 03-20-2008 05:44 AM |
| How to Store and Retrieve the values in server side caches in ASP.NET? | oxygen | ASP and ASP.NET Programming | 1 | 07-23-2007 12:14 AM |
| Can I store a COM object in a session ? | saravanan | PHP Programming | 1 | 07-22-2007 09:22 PM |
| Which is the best place to store connectionstring in .NET projects ? | sundarraja | ASP and ASP.NET Programming | 1 | 07-21-2007 12:18 AM |