-
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
-
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.devx.com/asp/Article/29256 for more information.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
thanks for response.
For Oracle the code is diferent. Do you have any example about the class OracleMembership?
thanks.
Similar Threads
-
Replies: 1
Last Post: 04-26-2005, 06:16 PM
-
By RameshSiva in forum VB Classic
Replies: 1
Last Post: 02-23-2005, 09:06 AM
-
By Humair in forum ASP.NET
Replies: 1
Last Post: 06-30-2002, 09:22 AM
-
By santosh in forum VB Classic
Replies: 22
Last Post: 12-12-2001, 09:02 PM
-
By santosh in forum VB Classic
Replies: 0
Last Post: 12-10-2001, 12:56 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks