<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic ODBC Connection. in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4970393#M14884</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1526032"&gt;@ShanthanPaladi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't achive it using on-premise data gateway, the right way to go about is to use a self-hosted integration runtime SHIR, which should work for ADF pipelines, since you mention you're already using it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a Linked Service using a DSN with parameterised attributes and an appropriate driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Driver={Firebird/InterBase(r) driver};
Dbname=@{linkedService().fileName};
Uid=@{linkedService().userName};
Pwd=@{linkedService().password};
Client=fbclient.dll;
Role=;CharacterSet=UTF8;Dialect=3;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"fileName"&lt;/EM&gt; is the only value that would be different across your 80 connections. It is best to place the user credentials in a Key Vault.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note, parameterised linked service won't work on Fabric data pipelines, it is only relevant if you're using Azure Data Factory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 14:05:39 GMT</pubDate>
    <dc:creator>deborshi_nag</dc:creator>
    <dc:date>2026-01-30T14:05:39Z</dc:date>
    <item>
      <title>Dynamic ODBC Connection.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4964741#M14881</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I have a On-prem ODBC for FireBird DB, for this we have created a Gateway that can connect to this ODBC on the on-prem system.&lt;BR /&gt;we have around 80 such ODBC's to connect with.&lt;BR /&gt;So, is there any way we can have the Connection Dynamic as we have a linked service in ADF.&lt;BR /&gt;all my connections to ODBC are same only change is Filename.&lt;BR /&gt;&lt;BR /&gt;Could any help me on this please.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 09:34:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4964741#M14881</guid>
      <dc:creator>ShanthanPaladi</dc:creator>
      <dc:date>2026-01-30T09:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic ODBC Connection.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4970393#M14884</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1526032"&gt;@ShanthanPaladi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't achive it using on-premise data gateway, the right way to go about is to use a self-hosted integration runtime SHIR, which should work for ADF pipelines, since you mention you're already using it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a Linked Service using a DSN with parameterised attributes and an appropriate driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Driver={Firebird/InterBase(r) driver};
Dbname=@{linkedService().fileName};
Uid=@{linkedService().userName};
Pwd=@{linkedService().password};
Client=fbclient.dll;
Role=;CharacterSet=UTF8;Dialect=3;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"fileName"&lt;/EM&gt; is the only value that would be different across your 80 connections. It is best to place the user credentials in a Key Vault.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note, parameterised linked service won't work on Fabric data pipelines, it is only relevant if you're using Azure Data Factory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 14:05:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4970393#M14884</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-30T14:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic ODBC Connection.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4990064#M14907</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1526032"&gt;@ShanthanPaladi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 11:33:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/4990064#M14907</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-02-02T11:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic ODBC Connection.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/5128032#M15364</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1526032" target="_blank"&gt;@ShanthanPaladi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 08:53:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Dynamic-ODBC-Connection/m-p/5128032#M15364</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-03-09T08:53:22Z</dc:date>
    </item>
  </channel>
</rss>

