aspose file tools
The moose likes JDBC and the fly likes Checking DSN url  is valid or not Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Checking DSN url  is valid or not" Watch "Checking DSN url  is valid or not" New topic
Author

Checking DSN url is valid or not

surya mp
Greenhorn

Joined: Apr 05, 2002
Posts: 2
HI,
I want to check whether DSN url is valid or not to my database. I know one way
//if we ge oConnection object url is valid.
oConnection = DriverManager.getConnection(url);
But,Is there is another way to know the DSN url is valid one.
SUryaMP
 
 
subject: Checking DSN url is valid or not
 
Threads others viewed
Data source name not found
JdbcOdbc Connection
Creating dsn files
Connectivity Code
how to connect MS Access directly
MyEclipse, The Clear Choice