Re: Using Camel JDBC component

2017-04-04 Thread Claus Ibsen
. And there is some database examples https://github.com/apache/camel/tree/master/examples On Tue, Apr 4, 2017 at 3:29 PM, anirban.gupta4 wrote: > Hi, > > I am using camel JDBC component. I found the documentation at the location > > http://camel.apache.org/jdbc.html > > I ha

Using Camel JDBC component

2017-04-04 Thread anirban.gupta4
Hi, I am using camel JDBC component. I found the documentation at the location http://camel.apache.org/jdbc.html I have two questions here: 1. I have an URL of type "jdbc:sqlserver://someIP". How will I pass any queries here? 2. How to set the userName, password for connecting to this