DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    3

    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

  2. #2
    Join Date
    Nov 2003
    Location
    Portland, OR
    Posts
    8,387
    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!

  3. #3
    Join Date
    Feb 2007
    Posts
    3
    thanks for response.

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

    thanks.

Similar Threads

  1. Login (Java Servlet/Database)
    By cappo in forum Java
    Replies: 1
    Last Post: 04-26-2005, 06:16 PM
  2. Replies: 1
    Last Post: 02-23-2005, 09:06 AM
  3. Replies: 1
    Last Post: 06-30-2002, 09:22 AM
  4. Replies: 22
    Last Post: 12-12-2001, 09:02 PM
  5. Replies: 0
    Last Post: 12-10-2001, 12:56 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links