|
-
Sep 26th, 2003, 03:05 PM
#1
Thread Starter
PowerPoster
Inserting a bit field in SQL Server
How do you insert a bit field into a SQL Server database. Shouldn't I be able to use a boolean variable passing it to the stored procedure, and it should convert it...right?
-
Sep 26th, 2003, 03:07 PM
#2
Frenzied Member
The bit field takes a 1 or 0 as the value, but returns a True or False.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Sep 26th, 2003, 07:21 PM
#3
Thread Starter
PowerPoster
Thanks, that was what I was thinking. I actually found out that the table I was inserting on had a trigger that disallowed the insert, so it probably wasn't anything I was doing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|