Results 1 to 2 of 2

Thread: db:provider

  1. #1
    Join Date
    Oct 2007
    Posts
    73

    Question 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

  2. #2
    Join Date
    Oct 2006
    Location
    Mumbai, India
    Posts
    39

    Default

    <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
  •