| Author |
Springs
|
Ashwini kondapalii
Greenhorn
Joined: Feb 01, 2006
Posts: 1
|
|
hello everyone, I have a doubt about how to configure datasource name in spring application. I am at present working in Xp and i have MS-Access as my database. And how should i retrieve. help me
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
Moved to the Application Frameworks forum
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
Hi, In a xml file that you deploy in the server.... Iam making use of JNDI here.. <datasources> <local-tx-datasource> <jndi-name>Specify the Jndi name</jndi-name> <connection-url>jdbc dbc river=Microsoft Access Driver (*.mdb);dbq=c:\\XXX.mdb</connection-url> <driver-class>sun.jdbc.odbc.JdbcOdbcDriver</driver-class> </local-tx-datasource> </datasources> Hope it helps you
|
 |
 |
|
|
subject: Springs
|
|
|