in a datasource that i have i made my own sql database and everything, i wana md5 the password comming in my insert statement is as follows
InsertCommand="INSERT INTO [MEMBERS] ([memUser], [memFirst], [memLast], [memMiddle], [memAdd], [memPhone], [memCity], [memPass], [memPostal]) VALUES (@memUser, @memFirst, @memLast, @memMiddle, @memAdd, @memPhone, @memCity, md5(@memPass), @memPostal)"
notice md5(@memPass)
thats not right i was wondering if some one could give me the proper syntax thanks
2007-04-26
18:32:41
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design