MYSQL

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”.

How to Clear Inactive Memory in Linux

Submitted by admin on
This simple tip is based on my experience on how to tweak MySQL Server for best performance. Just this year, sourcecodester.com has moved again to a new server to served millions of page views every month. Since our new server is unmanaged, I am having a hard time sometimes configuring our new server, especially when tweaking Nginx, PHP-FPM and MySQL. By default, MySQL will give you a sample

Electronic Voting System

Submitted by teejaygenius on
A network based electronic voting System. It was developed with a text editor (macromedia dreamweaver). It has features for adding new contestant together with thier pictures, Deleting unwanted recdords from the database as well as a network based environment for each user to login with the given username and pass word to vote. Each user can only vote once and double voting is prevented.

Part IV: Improving of Code using Modules in Visual Basic.Net

Submitted by joken on
This tutorial is a continuation of Part III: Update and Delete Specific Data in MySQL Database using Visual Basic. Net. But this time we're going to focus on how we can improve the design of our existing code using Code Refactoring. Refactoring is the process of changing a software system in such a way that it hasn't altered the external behavior of the code, yet improves its internal structure.

Connecting MySQL Database using Visual Basic.NET

Submitted by joken on
In this tutorial I am going to show you the process on how to connect Basic using MySQL Database. To begin with, you need to download the MySQL Connector/NET first from this link http://dev.mysql.com/downloads/connector/odbc/. After downloading, you need to install it so the connector will now available to use under the Reference. Now let’s begin creating our application using VB.NET (I’m Using VB Express 2008 edition). And this time you need to add a reference using MySQL Connector.