Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm creating a table to keep track of items for a small business and wanted to create a boolean column called obsolete. If set to true, the item is obsolete and no longer sold, if set to false then it's a current item that can be purchased or back ordered.

 

While looking through BOL, I noticed that there was no boolean data type. So my question is, what is the best way to handle true/false columns? Just use a bit column (0 = false, 1 = true)?

Gamer extraordinaire. Programmer wannabe.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...