The Artima Developer Community
Sponsored Link

Java Answers Forum
Database connection

4 replies on 1 page. Most recent reply: Mar 25, 2002 1:47 AM by Swaraj

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Maysoon

Posts: 64
Nickname: hm
Registered: Mar, 2002

Database connection Posted: Mar 20, 2002 1:41 AM
Reply to this message Reply
Advertisement
How can i connect java program to widows 2000 database
using JDBC?
thanks.


Swaraj

Posts: 24
Nickname: swaraj
Registered: Mar, 2002

Re: Database connection Posted: Mar 20, 2002 2:00 AM
Reply to this message Reply
Is there a database called Windows 2000? Please send me the software if any then i will write you the solution.

Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Database connection Posted: Mar 20, 2002 2:34 PM
Reply to this message Reply
If you are really referring to a Microsoft database, you will need to set up an ODBC data connection that you can reference in your jdbc connection.

Maysoon

Posts: 64
Nickname: hm
Registered: Mar, 2002

Re: Database connection Posted: Mar 23, 2002 12:43 AM
Reply to this message Reply
Hi Swaraj,
I mean Windows 2000 Server or the DataBase within the server.
Thanks.
Maysoon

Swaraj

Posts: 24
Nickname: swaraj
Registered: Mar, 2002

Re: Database connection Posted: Mar 25, 2002 1:47 AM
Reply to this message Reply
Hi Maysoon

Alright, you can do it on a Windows 2000 server, for that you need to create an odbc data source referring to that database, anyways if microsoft has supplied an odbc for the database you are using, then you are all set if you create a data source for that. Otherwise you have to get the required odbc drivers for that database engine.

Hope this point is clear
Thanks
Swaraj

Flat View: This topic has 4 replies on 1 page
Topic: how do you verify a password? Previous Topic   Next Topic Topic: Windows API functions in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use