You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Saifullah Zahid <sa...@gmail.com> on 2017/02/20 17:13:16 UTC

ODBC configuratoin for Ignite.Net

Hi,

How I can provide ODBC configuration in app.config for Ignite.Net.

I am using version 1.8.

Thanks,
Saif

Re: ODBC configuratoin for Ignite.Net

Posted by Saifullah Zahid <sa...@gmail.com>.
Hi Pavel,

Thanks, it worked for me.

Saif

On Mon, Feb 20, 2017 at 10:38 PM, Pavel Tupitsyn <pt...@apache.org>
wrote:

> Hi,
>
> ODBC configuration is not yet supported directly in .NET (
> https://issues.apache.org/jira/browse/IGNITE-4730),
> you can configure ODBC in Spring XML file (as described in the docs:
> https://apacheignite.readme.io/docs/odbc-driver#
> section-cluster-configuration)
> and then use IgniteConfiguration.SpringConfigUrl property to load it:
>
>     <igniteConfiguration gridName="myGrid1" springConfigUrl="odbc.xml" />
>
> Pavel
>
>
> On Mon, Feb 20, 2017 at 8:13 PM, Saifullah Zahid <sa...@gmail.com>
> wrote:
>
>> Hi,
>>
>> How I can provide ODBC configuration in app.config for Ignite.Net.
>>
>> I am using version 1.8.
>>
>> Thanks,
>> Saif
>>
>
>

Re: ODBC configuratoin for Ignite.Net

Posted by Pavel Tupitsyn <pt...@apache.org>.
Hi,

ODBC configuration is not yet supported directly in .NET (
https://issues.apache.org/jira/browse/IGNITE-4730),
you can configure ODBC in Spring XML file (as described in the docs:
https://apacheignite.readme.io/docs/odbc-driver#section-cluster-configuration
)
and then use IgniteConfiguration.SpringConfigUrl property to load it:

    <igniteConfiguration gridName="myGrid1" springConfigUrl="odbc.xml" />

Pavel


On Mon, Feb 20, 2017 at 8:13 PM, Saifullah Zahid <sa...@gmail.com>
wrote:

> Hi,
>
> How I can provide ODBC configuration in app.config for Ignite.Net.
>
> I am using version 1.8.
>
> Thanks,
> Saif
>