Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Login and user password Oracle

Hi everyone.

I'm new user in ASP.NET and I have this problem.

I'm creating a web site with Oracle Database. I'm using the control Login for validate user_name and password, but when review the table or view dba_users, the password is diferent because containt number and letters, it has another type (alphanumeric). How can I solve this problem? or how can i login with this type of password?

For example:

If create the user david with password david, so if I do a select to table dba_users, appear:

USER PASSWORD

david h3447ndmd83937

How change or can I compare the password for start session in my web site.

Help me please...

thanks
[762 byte] By [dcampo] at [2007-11-11 10:21:04]
# 1 Re: Login and user password Oracle
The ASP.NET Login control is designed to work with a Membership Provider. If you do not already have one, you will need to create a custom membership provider to access your Oracle database. Please see http://www.dev-archive.com/asp/Article/29256 for more information.
Phil Weber at 2007-11-11 23:12:02 >
# 2 Re: Login and user password Oracle
thanks for response.

For Oracle the code is diferent. Do you have any example about the class OracleMembership?

thanks.
dcampo at 2007-11-11 23:13:02 >