<?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: Custom Visual access ms sql server in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/301801#M426</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;i want to connect a db sql in internal custom visual project because i have to update a field in my local database.&lt;/P&gt;&lt;P&gt;The idea is to run the command sql in&amp;nbsp;my custom visual.&lt;/P&gt;&lt;P&gt;The module used is mssql &amp;nbsp;&lt;A title="in this link" href="https://www.npmjs.com/package/mssql" target="_self"&gt;https://www.npmjs.com/package/mssql&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 08:09:07 GMT</pubDate>
    <dc:creator>marcobaciga</dc:creator>
    <dc:date>2017-11-13T08:09:07Z</dc:date>
    <item>
      <title>Custom Visual access ms sql server</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/297915#M399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i want to create a custom visual for powerbi which connect a db ms sql server in localhost and extract the data.&lt;/P&gt;&lt;P&gt;I have found the "mssql" module for nodejs but it doesnt work because request another dependents module (events, promise, ecc)&lt;/P&gt;&lt;P&gt;The last build project return this mistake:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (190,23) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (192,21) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT mssql/index.d.ts : (243,40) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (244,48) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (249,25) Cannot find namespace 'NodeJS'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT mssql/index.d.ts : (249,49) Cannot find namespace 'NodeJS'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (250,36) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (251,44) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT mssql/index.d.ts : (254,34) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (255,42) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (258,32) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (274,53) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (276,22) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (278,24) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (300,41) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT mssql/index.d.ts : (302,37) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; mssql/index.d.ts : (304,25) Cannot find name 'Promise'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; promise/index.d.ts : (9,1) Declaration or statement expected.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT&amp;nbsp; promise/index.d.ts : (9,8) Cannot find name 'as'.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT promise/index.d.ts : (9,11) ';' expected.&lt;BR /&gt;&amp;nbsp;error&amp;nbsp; TYPESCRIPT promise/index.d.ts : (9,28) '{' expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Who can help me?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:52:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/297915#M399</guid>
      <dc:creator>marcobaciga</dc:creator>
      <dc:date>2017-11-07T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual access ms sql server</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/299164#M415</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14418"&gt;@marcobaciga&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share name of the module?&lt;/P&gt;&lt;P&gt;Please note that it would be better to use Power BI data import to connect to SQL Server and any other data-bases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 17:46:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/299164#M415</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-11-08T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual access ms sql server</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/301801#M426</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;i want to connect a db sql in internal custom visual project because i have to update a field in my local database.&lt;/P&gt;&lt;P&gt;The idea is to run the command sql in&amp;nbsp;my custom visual.&lt;/P&gt;&lt;P&gt;The module used is mssql &amp;nbsp;&lt;A title="in this link" href="https://www.npmjs.com/package/mssql" target="_self"&gt;https://www.npmjs.com/package/mssql&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 08:09:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/301801#M426</guid>
      <dc:creator>marcobaciga</dc:creator>
      <dc:date>2017-11-13T08:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual access ms sql server</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/301905#M429</link>
      <description>&lt;P&gt;The module that you mentioned is for node.js only. I don't think that it might be used on client side.&lt;/P&gt;&lt;P&gt;If you wanto to use MS SQL server in your custom visual you should create an own backend server that connects to the sql server or use &lt;A href="https://stackoverflow.com/questions/857670/how-to-connect-to-sql-server-database-from-javascript-in-the-browser" target="_blank"&gt;Active X&lt;/A&gt; but this way isn't secure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:56:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/301905#M429</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-11-13T09:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual access ms sql server</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/302742#M435</link>
      <description>&lt;P&gt;ok &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 09:37:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Visual-access-ms-sql-server/m-p/302742#M435</guid>
      <dc:creator>marcobaciga</dc:creator>
      <dc:date>2017-11-14T09:37:46Z</dc:date>
    </item>
  </channel>
</rss>

