on July 10th, 2009

This is one of the questions comes to in my mind when I first tried to work with visual basic 6. 0 (vb6) and backend as mysql database.
Actually its required to install the mysql odbc connector. Which you can find on the mysql website. Ok here is the link for the mysql odbc connector
http://dev.mysql.com/downloads/connector/odbc/5.1.html
Just select [...]

Continue reading about How to connect vb to mysql

on July 9th, 2009

How to resolve wordpress uploading problem
Whenever upload a wordpress theme’s zip file to the server, always remember to check that this zip file when you extract contain any folder or no?
For example if you did upload the blossom.2.3.zip file to your blogs themes folder under the wp-content folder and you extract it after uploaded by [...]

Continue reading about Wordpress theme - Uploading Problem

on July 8th, 2009

How to install MySQL on your windows based pc or computer
Installation Procedure 
Step-I
Download the MySQL server latest version from the MySQL site, according to your operating system, in this case this is Windows the version I have tried is for Windows XP.
http://dev.mysql.com/downloads/
From the above link select the latest version of MySQL and for windows select [...]

Continue reading about How to Install MySQL

on July 7th, 2009

What is MySQL?
Why am I selected this topic?
Always there are lot of queries about the databases available in the market especially when you like to have a big relational database system (RDBS) based application. There are many RDBMS system available in the market at present.  
Brief Introduction
Here I am talking about the one which is [...]

Continue reading about What is MySQL?

on July 6th, 2009

To upload Wordpress plugin or wp plugin to your Wordpress blog. Using control panel
Download the plugin on to your computer or PC. Usually with extension zip
1. Login to your website control panel
http://www.yoursitename.com/cpanel

2. Go to Legacy File Manager or File Manager
3. Go to your Wordpress blog’s wp-content directory
4. Go to plugins directory
5. Click on Upload option
6. [...]

Continue reading about How To Upload Wordpress Plugin