<?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: QueryTask for ORACLE Date Field in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103418#M2602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this might be a related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/14935-Query-on-Date-data-types"&gt;http://forums.arcgis.com/threads/14935-Query-on-Date-data-types&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to perform this query using the REST endpoint from your web browser? Can you compare this web request on Fiddler with the request made from using Silverlight app?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2011 17:05:12 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-03-28T17:05:12Z</dc:date>
    <item>
      <title>QueryTask for ORACLE Date Field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103417#M2601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there some trick to getting the QueryTask to work on an ORACLE date field in the Silverlight API?&amp;nbsp; Here's what I have tried so far in the Where string:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyFieldName = TO_DATE('2010-04-19 00:00:00','YYYY-MM-DD HH24:MI:SS')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyFieldName = TO_DATE('2010-04-19','YYYY-MM-DD')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyFieldName = TO_DATE('12/19/2010','MM,DD,YYYY')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error message I get from the API is "Unable to complete Query operation"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2011 22:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103417#M2601</guid>
      <dc:creator>BradBarnell</dc:creator>
      <dc:date>2011-03-27T22:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask for ORACLE Date Field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103418#M2602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this might be a related thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/14935-Query-on-Date-data-types"&gt;http://forums.arcgis.com/threads/14935-Query-on-Date-data-types&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to perform this query using the REST endpoint from your web browser? Can you compare this web request on Fiddler with the request made from using Silverlight app?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 17:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103418#M2602</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-03-28T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask for ORACLE Date Field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103419#M2603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will probably have to format the date...like your first attempt but try to add &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MYDATEFIELD = To_Date('2011-03-28 00:00:00 AM','MM/DD/YYYY HH:MI:SS AM')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;j&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 20:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103419#M2603</guid>
      <dc:creator>JMcNeil</dc:creator>
      <dc:date>2011-03-28T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask for ORACLE Date Field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103420#M2604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for replys.&amp;nbsp; I tried various formats in the REST endpoint with no luck, but will continue with others.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 01:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-for-oracle-date-field/m-p/103420#M2604</guid>
      <dc:creator>BradBarnell</dc:creator>
      <dc:date>2011-03-29T01:42:45Z</dc:date>
    </item>
  </channel>
</rss>

