<?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 There isn't a BP value that in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69919#M22524</link>
    <description>There isn't a BP value that corresponds to DBNull, so the best policy is to avoid returning DBNull from your query. For example SELECT ColumnThatCannotBeNull1, ISNULL(ColumnThatMightBeNull, '') AS ResultThatWillNotBeNull</description>
    <pubDate>Thu, 26 Oct 2017 12:09:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2017-10-26T12:09:00Z</dc:date>
    <item>
      <title>DBNull</title>
      <link>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69917#M22522</link>
      <description>Hi guys, I'm just wondering if anybody has come across the DBNull issue?

When returning data into a collection (via a sql query in my case), I have some null values, the problem I am facing is when I try do anything with that collection I get the "DBNull" error.

Has anybody experienced this issue before? 

TIA</description>
      <pubDate>Wed, 25 Oct 2017 16:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69917#M22522</guid>
      <dc:creator>DhirenPatel</dc:creator>
      <dc:date>2017-10-25T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Have you tried changing your</title>
      <link>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69918#M22523</link>
      <description>DBNull means that the record in the database does not contain a value.
Have you tried changing your query to not output null values?
something like,
SELECT Field
FROM Table
WHERE Not(Field) is null;</description>
      <pubDate>Thu, 26 Oct 2017 10:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69918#M22523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T10:12:00Z</dc:date>
    </item>
    <item>
      <title>There isn't a BP value that</title>
      <link>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69919#M22524</link>
      <description>There isn't a BP value that corresponds to DBNull, so the best policy is to avoid returning DBNull from your query. For example SELECT ColumnThatCannotBeNull1, ISNULL(ColumnThatMightBeNull, '') AS ResultThatWillNotBeNull</description>
      <pubDate>Thu, 26 Oct 2017 12:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/DBNull/m-p/69919#M22524</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-10-26T12:09:00Z</dc:date>
    </item>
  </channel>
</rss>

