skip to main
|
skip to sidebar
JAVA GEEKS ZONE
JAVA GEEKS ZONE
Monday, March 16, 2009
Database Connection With Oracle 10 g
Download JDBC Driver
Connection con=null;
Class.forName("oracle.jdbc.driver.OracleDriver");
con=DriverManager.getConnection("jdbc:oracle:thin:@127.0.0.1:1521:Databasename", "username", "password" );
Statement s=con.createStatement();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Chintan Patel
Software Developer @ n-xperts solution, India. Working on Java/J2EE Technology
View my complete profile
Category
Ajax
(2)
Apache
(8)
Applet
(2)
Batch Programming
(2)
Collection
(5)
Compression
(3)
Conversion
(3)
Database Connection
(5)
Datatype conversions
(10)
Designing
(2)
DOS
(1)
Download
(1)
E-books
(4)
File (java.io.*)
(12)
Fun.Com
(1)
Google
(1)
hibernate
(1)
How To
(71)
HTML
(5)
HTTP
(2)
Image
(5)
Interview Questions
(1)
IP Address- InetAddress Class
(3)
Jar
(6)
Java
(87)
Java Examples
(86)
Java Scrpt
(1)
Java Swing
(9)
JQuery
(1)
JSP
(2)
Know More About Java
(7)
Must See It
(2)
My Favourite Sites
(4)
My Sql
(1)
NetBeans
(5)
Networking
(1)
New APIs
(1)
Other Languages Stuffs
(2)
Spring
(1)
String
(3)
Technology News
(3)
Testing
(1)
Threads
(2)
Timer/ Thread
(3)
Tips and Tricks
(51)
Tomcat
(3)
USB Stuff
(5)
Validation
(2)
Virus
(3)
WebDesign
(11)
windows
(3)
Blog Archive
▼
2009
(194)
►
September
(4)
►
August
(3)
►
July
(5)
►
June
(5)
►
May
(47)
▼
March
(55)
How To Disable Autorun
5 ways to speed up your PC
How To Block USB Devices
How To Format USB Drive with NTFS File System
How To Disable Autorun
How To Use Pen Drive as RAM
How to check if a Java String is an integer?
How do a check that a string contains a valid date?
How do I display my Swing application in full scre...
How to maximize a JFrame?
How do I use regular expressions to decode text co...
How to check if a String is an integer using a reg...
How do I replace all occurences of a string regard...
How do I display an image in a JButton with the te...
How do I display a JList with icons and text?
How do I display a JComboBox with icons and text?
How do I get the ip address of the machine a Java ...
How do I get the hostname of the machine the appli...
How do I convert an ip address into an array of by...
How do I determine the location a component in a J...
How do I add scroll bars to my JList?
How to change the width of scroll bars in a JScrol...
How do I execute a block of code after a specified...
How do I execute a piece of code at a specified time?
How to execute code at regular interval?
How do I send a POST request using Java?
How do I extract the query string from a POST requ...
How do I scale or resize a BufferedImage?
How do I write a BufferedImage to an output stream?
How do I convert a Java Image to a png byte array?
How do I paint a tiled image, for example as a bac...
How do I read an image from a byte array in Java?
How do I read a text file line by line into a List?
How do I read the contents of a file into a byte a...
How to format a number to a certain number of sign...
How do I convert a String to an enum?
Rounding strategy used by DecimalFormat?
How do I get the date of first day of the current ...
How can I iterate through all dates in a range?
How do I format a Date as a String?
How do I add a specified number of hours to a Java...
How to fill a String with a character using Java?
How to convert a number into words using Java?
How to convert an array to a String?
How To Self Sign Applet
How to Refresh iFrame
How To Add Border To HTML Select Tag
JDBC Connection URLs for 22 Databases
Database Connection With My SQL
Database Connection With Sybase
Database Connection With Microsoft SQL Server 2005
Database Connection With Oracle 10 g
How To Using shift operator for faster division an...
Send File to Browser using JSP
Determining OS Name
►
February
(59)
►
January
(16)
►
2008
(19)
►
November
(19)
No comments:
Post a Comment