| Author |
XML Relative Path (hibernate configuration problem)
|
Jacky Luk
Ranch Hand
Joined: Aug 02, 2012
Posts: 198
|
|
I am going to do this in Java SWING. The application is going to be portable. So the path can't be dead set.
Thanks
Jack
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
There's no "path" in that entry. The last part of the database driver URL is the DSN (data source name), which you configure into ODBC before running your code. I would suggest you get that configuration done and tested in a small application without Hibernate.
|
 |
 |
|
|
subject: XML Relative Path (hibernate configuration problem)
|
|
|