File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Local AdabasD connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Local AdabasD connection" Watch "Local AdabasD connection" New topic
Author

Local AdabasD connection

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi gang. I'm using Software AG's AdabasD JDBC driver to connect to a local AdabasD database. I set it up in StarOffice 5.2 as an AdabasD database and then I created a JDBC reference to it. The problem that I am having ( both in SO and from code ) is that I can't get the URL right. The driver documentation shows how to specify the URL on a remote server. It's "jdbc:adabasd://<servername>/<serverdb>". So how do I make this work of the server is local to me? Is the serverdb relative to the location of the server? Do I need the full path to the .dat file?
Help!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Local AdabasD connection
 
Similar Threads
Help Please
URL settings in Java Mail server
Can I use a JDBC driver installed on another PC ?
JDBC /ODBC connectivity
Same old problem?