sdat = objdatarow("id")
If sdat.ToLower = susr And objDataRow("password") =
EncryptData(strPassword) And objDataRow("activated") = 1 Then
Return objDataRow
End If
Next
ReturnNothingEndFunction
sid
sid2k@tiscali.it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
corrected code:
in functions.vb
line 361:
strPassword As String) As DataRow
Dim objDataSet As New DataSet
Dim objDataRow As DataRow
dim sUsr as string
dim sDat as string
sUsr = strid.tolower
sdat = objdatarow("id")
If sdat.ToLower = susr And objDataRow("password") =
EncryptData(strPassword) And objDataRow("activated") = 1 Then
Return objDataRow
End If
Next
sid
sid2k@tiscali.it