VB.Net MySql command parameter MD5
Posted
by lampej
on Stack Overflow
See other posts from Stack Overflow
or by lampej
Published on 2010-05-31T01:33:00Z
Indexed on
2010/05/31
1:42 UTC
Read the original article
Hit count: 224
Is it possible to execute a command like this?
select * from tbl where col1=md5(@param1)
or will the parameter throw off the md5 function? I have been unsuccessful in getting the command to work so far.
Please let me know if this needs any further explanation and thank you in advance!
© Stack Overflow or respective owner