This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes jdbc (connection to without dsn) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "jdbc (connection to without dsn)" Watch "jdbc (connection to without dsn)" New topic
Author

jdbc (connection to without dsn)

ShivShankar Dutta
Greenhorn

Joined: Dec 26, 2000
Posts: 2
hi to all,
how to make servlet connection to database with dsnless connection?
Sometimes upload/making dsn connection in server is not allowed .
particularly it create problems when server is located in different place.
pl.. help me .
bye
Adrian Yan
Ranch Hand

Joined: Oct 02, 2000
Posts: 688
Usually, the db server has prot open for connections, Lookup your db documentation, it should tell which port is open.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jdbc (connection to without dsn)
 
Similar Threads
Can I use jdbc:odbc to access MS Access database remotely?
connect to Access from jsp
dsnless connection for mssql2000
weblogic/connection pooling
Syntax of getConnection() method