User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Java section within the Software Development category of DaniWeb, a massive community of 402,759 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,687 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Java advertiser: Lunarpages Java Web Hosting
Views: 4693 | Replies: 2
Reply
Join Date: May 2004
Posts: 3
Reputation: HiTleR83 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
HiTleR83 HiTleR83 is offline Offline
Newbie Poster

Help JDBC connection

  #1  
May 6th, 2004
Im new to java programming.
I want to establish a connection to
my MS-sql database using java.
How do i do it?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2004
Posts: 2
Reputation: hakeem46 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
hakeem46 hakeem46 is offline Offline
Newbie Poster

Re: JDBC connection

  #2  
May 20th, 2004
First declare your URL (in string format of cours
Remember your URL is
1 a String
2 "jdbc:odbc:"+dataSourceName;

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver")//often the standard;
Connection con = DriverManager.getConnection(url,"username","password");
Statement stmt = con.createStatement();

this is as far as connection goes
Reply With Quote  
Join Date: Feb 2003
Location: Canada
Posts: 786
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Rep Power: 9
Solved Threads: 25
Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: JDBC connection

  #3  
May 20th, 2004
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver")//often the standard;

Case Sensitive
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Java Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Java Forum

All times are GMT -4. The time now is 8:51 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC