given the field checked as a bit field, I want to flip the state of checked
I would think
set checked = not checked
would work, but it doesn't.
If there a simple way to flip a bit field?
Thanks,
-Mac-
If the obvious weren't so obscure, I'd be less confused.
...
more >>
I am looking for opinions on the best way to version a database.
I have a Winform application that will be using an MSDE 2000(A) database.
From time to time, when the app is updated, I may also update the database.
Or I may just have to do an update on the database.
I was thinking that I c...
more >>
hi
I have a SqlServer DB. A table receives tickets in secuence 1,2,3,4,5.... I
want to create an routine that can detect if a ticket is missing so I just
need to detect if the secuence is broken (1,2,3,5... 4 is missing)
I want to create a eficient routine (ASPNET/ C#) but I was think...
more >>