how to validate username and password in vb6?
        Posted  
        
            by srikanth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by srikanth
        
        
        
        Published on 2010-03-19T11:22:00Z
        Indexed on 
            2010/03/22
            18:51 UTC
        
        
        Read the original article
        Hit count: 296
        
i have created a database in mysql5.0. i want to display the data from it. it has table named login. it has 2 columns username and password. in form i have 2 text fields username and password i just want to validate input with database values and display message box. connection from vb to database is established successfully. but its not validating input. its giving error as 'object required'. please any body help i'm new to vb.
i'm using vb6 and mysql5.0 thank you
© Stack Overflow or respective owner