MYSQL

AutoComplete TextBox in a DataGridView

Submitted by janobe on
In this tutorial I will teach you how to Auto Complete a TextBox inside the DataGridView in the Visual Basic 2008 and MySQL Database. Others are used to store the list of items in the ComboBox. So, for a change, I used a TextBox because it’s easy to use and you don’t have to drop down in searching for the items that you needed. Just simply type the initial letter of the items that you’re going to search.

PHP PDO: Simple Add, Edit, Delete and Search System

Submitted by mainecalsas on
This is just a SIMPLE add, read, edit, search and delete web system using PHP/Mysql and PDO (PHP Data Objects). It is made for newbie developers, for them to understand it easily and can also be use by developers who are new to PDO. To give you ideas at the same time on how it works. Just email me at [email protected] or visit my website: www.mainecalsas.com if there are questions. For more

Race Between Oracle as No. 1 Database and MySQL

Submitted by anthea on
Not only in every sports, audition, and career in life competition always exist, but it is also present in every database system. Oracle is considered as the No. 1 database, but the MySQL will never let itself left behind with other database especially to the Oracle. According to the DB-Engines site which tracked and determined the most popular database, it currently ranked Oracle at the top slot

Advance Autocomplete/Autosuggest in a Textbox Using Visual Basic 2008 and MySQL database

Submitted by janobe on
When searching a data from the database using textbox in Visual Basic 2008, commonly, it’s hard for us to search the exact data. So, in this tutorial I created an autosuggest textbox, so that it will be easy for you to search the correct record in your table. For instance, the word “google”.