This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes JDBC and the fly likes URL setup for data source Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "URL setup for data source" Watch "URL setup for data source" New topic
Author

URL setup for data source

Paul Collins
Greenhorn

Joined: Sep 07, 2001
Posts: 2
Can anyone tell me what this code actually does
Properties properties = new properies();
properties.put(Context.PROVIDER_URL, "iiop://192.168.3.134");
I am using the webshphere environment. When i try to run this code it just brings up the debugger and sits there not even a crash or an errormessage. If anyone has some sample code of this working i would love to see it. By the way the database I am trying to connect to is not on my own box so
Conext.PROVIDER_URL, "http://localhost:7001" ain't going to do anyting for me.
Thanks in Advaance
Paul
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: URL setup for data source
 
Similar Threads
marking of Outgoing files
Question about java.util.Properties
BETA Properties file
obstacles using UDDI tutorial
Problem loading Properties file