Complete Free Online Tutorials

"Impossible As Possible"...Education For All...Please Help to Poor Children Educations...

Tuesday, 30 April 2013

Simple MySQL Database Creation using Wamp Server with Localhost

How To Create MySQL Database Creation using Wamp Server with Localhost : Step-1: Download Wamp Server From http://www.wampserver.com. Step-2: Start Your Wamp Server Service and Go to Your Default Browser and give a localhost URL in your Address bar , then Wamp server Homepage will Appear, then click phpmyadmin or direct give a URL in your address bar http://localhost/phpmyadmin/ Step-3: PhpMyAdmin Home page will appear...

Friday, 26 April 2013

Prestashop Installation

Prestashop Installation : Prestashop Installation with wamp server (Note: Before the Prestashop installation, you need to create a database) Step-1:   First select your language (Default language is English)  & go to next,  Step-2: Then Read a License Agreements carefully and go next, Step-3: (Note: Before the Prestashop installation, you need to create a database) Then Installation Assistant...

Wednesday, 24 April 2013

Database Connection using Class in VB.net

OleDb Database Connection using Class in VB.net :Step - 1 :  Open a Visual studio & Create a new project,Step - 2 : Create a Database Connection & Manage Data Source,Step - 3 : Then Open a Solution Explorer & Create New Class File and Write a code into class file, then Finally you can use a class connection with your needed windows form & other applications,Database Connection using Class Source Code in VB.net :Imports System.Data.OleDbPublic Class Class1Public Function connection() As OleDbConnectionDim con As OleDbConnectioncon...

Thursday, 4 April 2013

Simple Database Backup, Database Backup, Database Backup with MS Access using VB.net

Simple Database Backup with same system : (Database Backup with MS Access)Step - 1:Create a button in a window formStep - 2:write a code between the button events,FileCopy ("C:\databasefolder\databasefile.mdb","D:\backupdatabase\databasebackupfile.mdb")MsgBox("Backup has been taken Successfully")Step - 3:Finally after execute a win form and see a output from your backup folder, its simp...