Validate username and password
Closed
                                    
                        aby                    
                                    -
                            Nov  9, 2009 at 04:34 AM
                        
bytelogik Posts 8 Registration date Monday October 5, 2009 Status Member Last seen November 9, 2009 - Nov 9, 2009 at 03:41 PM
        bytelogik Posts 8 Registration date Monday October 5, 2009 Status Member Last seen November 9, 2009 - Nov 9, 2009 at 03:41 PM
        Related:         
- Validate username and password
- How to recover facebook password without email and phone number - Guide
- Samsung duos reset password - Guide
- How to change soundcloud username - Guide
- Playstation password reset - Guide
- Bios password reset tool download - Download - Other
1 response
                
        
                    bytelogik
    
        
                    Posts
            
                
            8
                
                            Registration date
            Monday October  5, 2009
                            Status
            Member
                            Last seen
            November  9, 2009
            
            
                    12
    
    
                    
Nov 9, 2009 at 03:41 PM
    Nov 9, 2009 at 03:41 PM
                        
                    Obviously you need to equate the user input (Usename and Password) with that of database Username and Password.
Have you written code for this. If you have any errors, mention it.
Steps:
Database : Create Database -> Create Table -> Add 2 fields UserName and Password -> Store defalut values
VB:
Use textboxes for UserName and Password
OpenDatabase ->Retrieve the table record using SQL query -> check if the data matches with the values in the textboxes.
            Have you written code for this. If you have any errors, mention it.
Steps:
Database : Create Database -> Create Table -> Add 2 fields UserName and Password -> Store defalut values
VB:
Use textboxes for UserName and Password
OpenDatabase ->Retrieve the table record using SQL query -> check if the data matches with the values in the textboxes.
