-
db:provider
Could some one show me an example of app.config and spring.config with oracle10.1? I have providers.config in the project but somehow the program didn't read it.
-Henry
-
<object id="DbProvider"
type="Spring.Data.Support.Oracle.OracleClientProvi der, Spring.Data">
<property name="ConnectionString"
value="Data Source=agora; User Id=agora_user; Password=welcome; Integrated Security=no;"/>
</object>
Also check out oraAdoTemplateTests.xml in Spring.Data.Integration.Tests.
Hope that helps.
Thanks,
-Nilesh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules