53GB

Visual Basic 6.0 – Sample Login Form with MySQL Database



Visual Basic 6.0 – Sample Login Form with MySQL Database

www.enlightersacademy.in

This video gives demo on how to create a sample Login Form using Visual Basic 6.0 by connecting to MySQL Database and validating the data from the table content.
MySQL ODBC driver is used to connect Database with VB6.

Prerequisites:
1. Visual Basic 6.0
2. MySQL (for demo we are using version 5.0.67)
3. Any SQL UI interface (for demo we are using SQLYog)
4. MySQL ODBC Connector (for demo we are using version 3.51.30)

Connection string used in the video:
“Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=dbname;User=root;Password=root;”

Exit mobile version