|
MySQL
Gettting Started With MySQL Database
MySQL is a powerful relational database management system. The fact that MySQL is used
by many major organizations such as Yahoo, NASA and the U.S. Census Bureau proves that
it can outperform the big name database management systems. More ...
A Free Windows Graphical Interface to MySQL
In my previous article "Gettting Started With MySQL Database"we installed MySQL on Windows
and worked with it using MySQL monitor in a DOS window. In this article, rather than work
with a DOS window, we will use a free Windows Graphical Interface to MySQL. More ...
Program a Visual Basic MySQL Database
In my previous article we used MySQLGUI for executing SQL queries on our example database.
In this article I show you how to program a simple MySQL database browser using Visual Basic.
I assume that you already know how to program a simple Visual Basic .EXE project. More ...
|