<?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 Blue Prism - ODBC - BigQuery in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-ODBC-BigQuery/m-p/100204#M47566</link>
    <description>We have created an ODBC connection to database BigQuery.&lt;BR /&gt;&lt;BR /&gt;We need to connect to the database (BigQuery) and query from Blue Prism (6.3), What would be the best solution?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 21 Apr 2021 16:36:12 GMT</pubDate>
    <dc:creator>PABLOPEREZ-ENCI</dc:creator>
    <dc:date>2021-04-21T16:36:12Z</dc:date>
    <item>
      <title>Blue Prism - ODBC - BigQuery</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-ODBC-BigQuery/m-p/100204#M47566</link>
      <description>We have created an ODBC connection to database BigQuery.&lt;BR /&gt;&lt;BR /&gt;We need to connect to the database (BigQuery) and query from Blue Prism (6.3), What would be the best solution?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 21 Apr 2021 16:36:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-ODBC-BigQuery/m-p/100204#M47566</guid>
      <dc:creator>PABLOPEREZ-ENCI</dc:creator>
      <dc:date>2021-04-21T16:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism - ODBC - BigQuery</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-ODBC-BigQuery/m-p/100205#M47567</link>
      <description>Hi Pablo,&lt;BR /&gt;&lt;BR /&gt;If you finally create an ODBC, you can use the "&lt;SPAN&gt;OdbcConnection"&amp;nbsp; class to connect with the data base.&lt;BR /&gt;&lt;BR /&gt;Need to add this reference to your object: "System.&lt;WBR /&gt;Data.&lt;WBR /&gt;Odbc"&lt;BR /&gt;&lt;BR /&gt;And the code looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hljs-keyword"&gt;string&lt;/SPAN&gt; queryString = &lt;SPAN class="hljs-string"&gt;"QUERY HERE"&lt;/SPAN&gt;;&lt;BR /&gt;OdbcConnection conn = &lt;SPAN class="hljs-keyword"&gt;new&lt;/SPAN&gt; OdbcConnection(connectionString)&lt;BR /&gt;conn.Open();&lt;BR /&gt;OdbcCommand cmd = &lt;SPAN class="hljs-keyword"&gt;new&lt;/SPAN&gt; OdbcCommand(queryString); &lt;BR /&gt;cmd.Connection = connection;&lt;BR /&gt;cmd.ExecuteNonQuery();&lt;BR /&gt;&lt;BR /&gt;But, BigQuery have an especific library to use it with .Net. Here you can read all about this: &lt;A href="https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries" target="_blank" rel="noopener"&gt;https://cloud.google.com/bigquery/docs/quickstarts/quickstart-client-libraries&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think the second option is better.&lt;BR /&gt;&lt;BR /&gt;Hope this help you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;</description>
      <pubDate>Wed, 21 Apr 2021 16:53:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-ODBC-BigQuery/m-p/100205#M47567</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2021-04-21T16:53:01Z</dc:date>
    </item>
  </channel>
</rss>

