Friday, 28 March 2014

all databse connection

No comments :
http://www.youtube.com/watch?v=ZJuhRSgY0LY\http://www.youtube.com/results?search_query=java+mysql+connection&sm=3How to connect to MS SQL Server database    Print     Below is the code for connecting to a MSSQL Server database.<?php$myServer = "localhost";$myUser = "your_name";$myPass = "your_password";$myDB = "examples";//connection to the database$dbhandle...
Read More

Friday, 21 March 2014

read popular magazines online free

No comments :
issuu.com is one of the best site i have come across.   Site magzus.com – is a simple and convenient way to read popular magazines and comics on computer and tablet for free. Usable interface Sort log by sections and publications....
Read More

Tuesday, 18 March 2014

Blogger template Display content on Article Page

No comments :
Go to your blog left menu open Template -> Edit HTML IF ELSE Condition If you notice I am displaying a top banner(Wall Script) advertisement on Article Pages.  You want to display specific items on Article Page, use the following condition. <b:if cond='data:blog.pageType == &quot;item&quot;'> // Display content on Article Page <b:else/> // Display...
Read More

How to Set a Custom Logon Screen Background on Windows 7

No comments :
Enabling Custom Backgrounds This feature is disabled by default, so you’ll have to enable it from the Registry Editor. You can also use the Group Policy Editor if you have a Professional version of Windows – scroll down a bit for the Group Policy Editor method. Launch the Registry...
Read More

Thursday, 13 March 2014

java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/dbname,how to save all the files of java+mysql?

No comments :
someone plz help me. This program i stored as MySQLConnectExample.java import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties; public class MySQLConnectExample { public static void main(String[] args) { ...
Read More