Friday, 28 March 2014
Labels:
all databse connection
Read More
all databse connection
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...
Friday, 21 March 2014
read popular magazines online free
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....
Tuesday, 18 March 2014
Labels:
Blogger template
Read More
Blogger template Display content on Article Page
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 == "item"'>
// Display content on Article Page
<b:else/>
// Display...
Labels:
Custom Logon Screen Background on Windows 7
Read More
How to Set a Custom Logon Screen Background on Windows 7
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...
Thursday, 13 March 2014
Labels:
db
,
jave
,
jdbc
,
mysql
Read More
java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/dbname,how to save all the files of java+mysql?

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) {
...
Subscribe to:
Posts
(
Atom
)