Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hashing

Status
Not open for further replies.

transparent

Programmer
Joined
Sep 15, 2001
Messages
333
Location
GB
I am interested in creating a stored proceedure which generates a hash of the data stored in a particular row of a table.

How is this done?
 
I suppose that you must do it when you insert data to the table
Do it at Client part of program
i mean,
If you use some programs to access SQL Databases like Delphi,Vb,C++ or some of them make hash there inside your project, use some encryping or decrypting methods to do your desired work.
 
HFA is correct. Maybe if/when Yukon arrives with .NET functions available it will be possible on the database end.
 
is it possible.

I just found the function:

pwdencrypt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top