Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-24-2007, 08:46 PM
Member
 
Join Date: Nov 2007
Posts: 1
Rep Power: 0
vipinkumarsolanki is on a distinguished road
Question Database Connection
hi friends!
i m new on this forum, i don't know whether this thread is discussed on this forum or not, my problem is , how can i connect db2 to my jsp pages?
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 11-25-2007, 03:20 AM
Member
 
Join Date: Aug 2007
Posts: 47
Rep Power: 0
henry_78 is on a distinguished road
Default
Hello,
To connect to and dbms from java, u have to usee thee JDBC technology.
U have download from internet a jar that is suppose to implement a driver for comunication and data mapping between java and the dbms.
then in your code u have to load the driver by using the class.forName("driver-name");
then u have to create the connection by the methdo DriverManager.getConnection(url, userName, password).
Url: its the url of your DB
Is is a method to connect to your db..there are other methods..bye
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-26-2007, 07:36 AM
Member
 
Join Date: Nov 2007
Posts: 8
Rep Power: 0
m_srikanth is on a distinguished road
Default
This is a good tutorial on how to connect to DB form jsp.

MySQL Database Connectivity with JSP (Windows) by Daniel M. Hendricks
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
connection problem subash Database 5 04-22-2008 10:17 AM
JSP - using connection cache Java Tip Java Tips 0 01-30-2008 10:54 AM
no connection even Database 15 01-02-2008 02:50 PM
Database connection oaklander New To Java 2 11-13-2007 12:11 AM
error I/O connection bbq Database 1 07-05-2007 02:33 PM


All times are GMT +2. The time now is 07:17 AM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org