Viewing 6 posts - 1 through 6 (of 6 total)
For passwords, I typically just store a hash. Use a one-way function, compare hashes to see if it's a valid input.
Can you please elaborate a little bit more...
October 12, 2009 at 6:14 am
Thanks for the reply.
Varbinary, is that just for the password field or for all the mentioned fields such as SSN, Salary info?
Thanks
Ed
October 8, 2009 at 6:16 am
I realize that now that I am dealing with the bit data type that I can't write a query such as: SELECT COUNT(Active) AS Expr1
FROM...
June 12, 2009 at 8:13 am
Thank you all, It is great to hear other people's opinions, I learn a lot from others input.
Thanks again.
Ed
June 10, 2009 at 6:11 am
I do plan to use a check box control for this field in VB.NET
Thanks to all for the valuable information.
Ed
June 4, 2009 at 1:23 pm
Thanks Lynn,
Bit data type was what I though of using in the first place, I just wanted to make sure I can use it in queries to check whether the...
June 4, 2009 at 12:47 pm
Viewing 6 posts - 1 through 6 (of 6 total)