E
Ernest Morariu
Dim myTextPasswrod as string
myTextPassword="bill"
Dim myPasswordArray() as Byte
myPasswordArray=System.Text.Encoding.GetBytes(myTextPassword)
Dim myRow as DataRow
myRow("myPasswordField")=myPasswordArray
Ernest
is the password datatype is varbinary in Sql Server DB. Need help on this
one.
myTextPassword="bill"
Dim myPasswordArray() as Byte
myPasswordArray=System.Text.Encoding.GetBytes(myTextPassword)
Dim myRow as DataRow
myRow("myPasswordField")=myPasswordArray
Ernest
open the next form since i couldn't authenticate the password. The problemMel said:Hi,
I created a login screen with username and password textboxes. I couldn't
is the password datatype is varbinary in Sql Server DB. Need help on this
one.