Ask a Question related to ASP.NET Security, Design and Development.
-
Yunus Emre ALPÖZEN [MCAD.NET] #1
Re: How to save Hash Value in SQL Server
use binary data type. And my advice u to serialize your hash value to db...
--
Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET
"Shomer Great via .NET 247" <anonymous@dotnet247.com> wrote in message
news:eh9rbiUWFHA.228@TK2MSFTNGP12.phx.gbl...> How to save Hash Value on the SQL Server?
> What SQL Server data type to use?
>
> Hash Value looks like:
> {19,55,198,12,420,13,36,107,109,25,82,23,510,552,9 31,996,478,442,130,200}
>
> Shomer
> [url]http://www.xtremejewelery.com[/url]
> [url]http://www.xtremejewelery.com/watches/specials/[/url]
> --------------------------------
> From: Shomer Great
>
> -----------------------
> Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
>
> <Id>qp9+SzwXzUSNoAsbCpptww==</Id>
Yunus Emre ALPÖZEN [MCAD.NET] Guest
-
Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to... -
hash of hash of array slices
This works Foreach ( @{$hash{$key1}{$key2}} ) This does note Foreach ( @{($hash{$key1}{$key2})} ) This gives me this error .... Can't... -
Sort a hash based on values in the hash stored as arrays of hashes
Hmm. I'm not quite sure if I got the subject right, but I'll try to explain. :-) I've got a hash of elements stored like this: $VAR1 = {... -
Another reference question (hash of hash references)
beginners, I am trying to build a hash of hash references. My problem is that I need to be able to add a key/value pair to the internal hashes...... -
save image to server
guys, After lots of searching, there seems to be lots of tutorials on how to output a resized image to the browser, but none to save it to a...



Reply With Quote

