The Artima Developer Community
Sponsored Link

Java Answers Forum
How to use jdbc:odbc without using ODBC applet in Control Panel??

1 reply on 1 page. Most recent reply: Feb 6, 2003 6:40 AM by Calid Hue

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 1 reply on 1 page
Calid Hue

Posts: 2
Nickname: calid
Registered: Feb, 2003

How to use jdbc:odbc without using ODBC applet in Control Panel?? Posted: Feb 6, 2003 5:46 AM
Reply to this message Reply
Advertisement
Hi All,

I have a servlet that interacts with an MS Access database called test.mdb, I'm connecting to it using DSN which is test
conn = DriverManager.getConnection("jdbc:odbc:test", "", "");
However I want to upload the servlet along with the database to a remote server, how can I change the code to point the database name test.mdb without -obviously- using the DSN name that is set in the control panel

Thanks in advance


Calid Hue

Posts: 2
Nickname: calid
Registered: Feb, 2003

Re: How to use jdbc:odbc without using ODBC applet in Control Panel?? Posted: Feb 6, 2003 6:40 AM
Reply to this message Reply
http://forum.java.sun.com/thread.jsp?forum=31&thread=355437&start=0&range=15#1480941

Flat View: This topic has 1 reply on 1 page
Topic: adding transparency effect to images loaded with java 1.1.x Previous Topic   Next Topic Topic: mapping a int

Sponsored Links



Google
  Web Artima.com   

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