LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   JDBC connection in java (https://www.linuxquestions.org/questions/programming-9/jdbc-connection-in-java-199439/)

balanagireddy 06-30-2004 07:03 AM

JDBC connection in java
 
Hi,

I am using microsoft sql server for my java project in windows XP and I created a data source using ODBC and i am able to connect to that data source
only from my Local PC but not from the remote PC.

Can neone tell me the connection parameters for connectin to the source on remote PC??

All Suggestions are welcome.

thx

balanagireddy 06-30-2004 07:34 AM

Hi,

Connection conn = DriverManager.getConnection("jdbc:odbc:<DSN NAME>")

I gave the DSN Name I Have in the control panel but how to give the DSN of
the data source located in some other PC.

What shuld above statement then??


All times are GMT -5. The time now is 12:10 PM.