OLEDB data reader not reading Extended ASCII values properly -Help

  • Thread starter Thread starter Vijayakumar S via .NET 247
  • Start date Start date
V

Vijayakumar S via .NET 247

In our intranet website Login passwords are encrypted using afunction in Login.asp and stored in Oracle database. When a userlogs in his password information are retrieved from the oracletable with recordset object, then we encrypt the passwordentered by the user with same function and match both values,accordingly user may allow or deny login. Now we started workingon a new project using ASP.NET but OLEDB data reader not readingthe ASCII values of password correctly. I tried with both Oracleconnection and OLEDB connection
We are using .Net framework 1.1 version
Please help me to overcome this problem; otherwise I have tochange the encryption in existing web application which isstabilized and running since 2001
 
Data reader should handle the ASCII data without any problem. Could you
share the data reader code the read the password info from db? And please
tell me the language settings (NLS) of both Oracle server and the Oracle
client software on you web server.

Thanks,
Kevin

In our intranet website Login passwords are encrypted using a function in
Login.asp and stored in Oracle database. When a user logs in his password
information are retrieved from the oracle table with recordset object, then
we encrypt the password entered by the user with same function and match
both values, accordingly user may allow or deny login. Now we started
working on a new project using ASP.NET but OLEDB data reader not reading the
ASCII values of password correctly. I tried with both Oracle connection and
OLEDB connection
We are using .Net framework 1.1 version
Please help me to overcome this problem; otherwise I have to change the
encryption in existing web application which is stabilized and running since
2001
 
Back
Top