Official Site

click here to view our new site launched

Pages

Sunday, April 24, 2011

How to Make bootable Windows 7 DVD

Windows 7 Bootable


Note:
you should select and change to 4.7gb as DVD size in Ultra ISO at top right corner.

Download boot_se7en.bif below

Saturday, April 23, 2011

Remove Windows7 Activation

To make windows 7 as full version without activation using keys.
  1. Download RemoveWAT tool
  2. Click and run as Administrator.
  3. Cilck on 'Remove WAT 'option.
  4. Then Wait after explorer restarts and see your windows 7 property window does not show " 30 days to activate windows" windows area.
You can download RemoveWAT tool from here

Tuesday, April 19, 2011

MYSQL connectivity Java

// java bean for database connection to MySQL

package db;
import java.sql.*;

public class DbConnect {

private Connection conn = null;

public Connection OracleConnect() {
try {

Class.forName("com.mysql.jdbc.Driver");
conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/test", "root", "root");
System.out.println("connected");
//return conn;
} catch (Exception e) {
//in case no password error catching error and try again.
try{
conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/test", "root", "");
}
catch (Exception ee) {
System.out.println("Error in Database Connection2"+ee.getMessage());
}

System.out.println("Error in Database Connection1"+e.getMessage());
}
finally{
return (conn);
}
}

protected void CloseConnection() {
try {
conn.close();
} catch (SQLException ex) {
System.out.println(ex.getMessage());
}
}
}



$2.49 .COM at GoDaddy.com! Expires 5/14/13