MySQL SHOW Command
MySQL SHOW Command SHOW command is used to learn more about the databases found in the server, tables found in a database, and specific information about the columns or fields within a table. Let’s...
View ArticleDetermine the PHP version on your server
Determine the PHP version on your server In this lesson, we are going to learn how to determine the PHP version running on our server using codes. Just follow these simple steps: Open any text editor...
View ArticleMySQL ALTER Command
In this lesson we are going to learn how to use the MySQL alter command. There are lots of Graphical User Interface (GUI) Tools to manage our MySQL databases as discussed on this page (link), through...
View ArticleBackup MySQL database on WAMP
Backup MySQL database on WAMP In this tutorial we are going to learn how to back up our MySQL database in WAMP using the mysqldump command. mysqldump command is used to export a database or all...
View ArticleRestore MySQL database using PHPMyAdmin
phpMyAdmin is a free software tool written in PHP, it is a browser-based platform used to manage and administer MySQL database. On the previous tutorial we have learned how to create a backup of our...
View ArticleWindows Calculator
Calculator is commonly used to solve basic mathematical operations such as multiplication, division, addition and subtraction. Calculator in Windows 7 offers lot of advance features such as...
View ArticlePHP mail() function
PHP mail() function In this lesson we are going to show you a sample PHP script on how to send email using the PHP mail() function. PHP mail() function arguments The email address of your recipients...
View ArticleIntroduction to HTML
iNetTutor.com will provide new sets of tutorials which includes HTML, CSS, Photoshop , Programming Languages such as Visual Basic, Visual Basic.net, Java, C#, etc. and we will try to upload video...
View ArticleHow to Register OCX File
How to Register OCX file OCX stands for OLE Control Extension. OCX file has an extension of .ocx. The OCX file type is primarily associated with ‘Object Linking and Embedding (OLE) Control Extension’...
View ArticleMySQL Tutorial – Like clause
MySQL Tutorial – Like clause Like clause in a CREATE TABLE command will create an exact copy of your existing table. The newly copied or created table will also acquire the column definition or...
View ArticleHow to Enable/Disable Run Dialog box in Windows
How to Enable/Disable Run Dialog box in Windows Run Dialog box in Windows lets you access program, files and folders by entering the corresponding shortcuts and path of the certain files and folder. In...
View ArticleWays to hide and show Recycle Bin on desktop
Deleted files and folders usually proceeds to the Recycle Bin unless you press Shift + delete, this command will delete the files and folders permanently without going to your Recycle Bin. Recycle Bin...
View ArticleGIMP
GIMP GIMP stands for GNU Image Manipulation Program. GIMP is free, open-source application that is used for photo editing, image composition and image authoring. GIMP is distributed under the GPL...
View ArticleHow to populate Listview control from database
ListView Welcome to our next tutorial in Visual Basic 6, this time we’re going to learn how to populate Listview control from our database. Let us first define what a ListView control in Visual Basic 6...
View ArticleAdd and Remove item in Visual Basic 6 ListView Control
Add, Remove Item in Listview How to add and remove item in Visual Basic 6 ListView Control This tutorial will teach us how to add items and remove items from listview control. Just follow the step by...
View ArticleLogin sytem with database in Visual Basic 6
Login System In one of the tutorial here in visual basic, we have learned how to create a simple login system without using a database. This time a database will be incorporated in the login system...
View ArticleDisplay Date and Time in Visual Basic 6
Display Date and Time Display Date and Time in Visual Basic 6 Hi everyone, welcome to another simple tutorial on visual basic 6. In this tutorial, we are going to learn how to display the current date...
View ArticleHow to compute interval of days between two dates in Visual Basic
Compute Interval of Days This tutorial will guide us on how to create a simple program that computes the interval of days between two dates in Visual Basic 6. Here are the procedures: 1. Open your...
View ArticleHow to search a record from database in Visual Basic 6
Search Record Welcome to the next tutorial of our Visual Basic programming. Let us first enumerate the previous tutorials. 1. How to connect Visual Basic into MS Access. 2. How to insert a record in MS...
View ArticleCreate a customized incremental record number in Visual Basic and MS access
Customized Record Number How to create a customized incremental record number in Visual Basic and MS access Creating a id number is really not a problem in ms access because ms access has a Data type...
View Article