02 - MySQL Connector
02 - MySQL Connector
MySQL Connector is a set of drivers that allow you to connect to and interact with MySQL databases from
a variety of programming languages and platforms. MySQL Connectors are developed and maintained by
the MySQL community, and they are free to use.
1. MySQL Connector/J: A JDBC driver for MySQL, which allows Java programs to connect to MySQL
databases.
2. MySQL Connector/NET: An ADO.NET driver for MySQL, which allows .NET programs to connect
to MySQL databases.
3. MySQL Connector/ODBC: An ODBC driver for MySQL, which allows any ODBC-compliant
program to connect to MySQL databases.
4. MySQL Connector/Python: A Python driver for MySQL, which allows Python programs to
connect to MySQL databases.
5. MySQL Connector/C: A native C library for MySQL, which allows developers to embed MySQL
directly into their applications.
To use a MySQL Connector, you will need to download and install the appropriate driver for your
programming language and platform. Once the driver is installed, you can use it to connect to your MySQL
database and perform database operations, such as querying data, inserting new data, and updating
existing data.
1. Open the “Download” folder. Right-click on the zip file, select “Extract All”.
1. Open NetBeans
2. Create a new project and name it “StudentApps”.
3. Create a frame in your “StudentApps”. Name the frame as “StudentAppsFrame”.