<?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: How would I use query and queryTask with an Oracle database (non-geodatabase) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313290#M28817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any data you access via the JS API needs to be exposed via a web service. This can be a map service, feature service, etc. The tools provided by the API (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/querytask.htm"&gt;queryTask&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm"&gt;feature layers&lt;/A&gt;&lt;SPAN&gt;) make this easy. If you just need to hit a REST endpoint, you can use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/namespace_esri.htm#request"&gt;esri.request()&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For editing, you can use feature layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 19:33:25 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2011-07-07T19:33:25Z</dc:date>
    <item>
      <title>How would I use query and queryTask with an Oracle database (non-geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313289#M28816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm writing a web app using ArcGIS API for Javascript and I need to query data from a standard Oracle (10g) database at the same time I'm querying my SDE.&amp;nbsp; I probably don't need to add that I'm new to esri development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way, using the javascript API, to combine the query tasks and/or mashup the returned data into a map and infoWindow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to edit the infoWindow data and have it write back to the two databases?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that I can publish a query layer in ArcMAP and interact with that using my javascript, but that isn't allowing my users the ability to dynamically craft queries on the fly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reading my post.&amp;nbsp; Any help is appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 00:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313289#M28816</guid>
      <dc:creator>AndrewTamberino</dc:creator>
      <dc:date>2011-07-07T00:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How would I use query and queryTask with an Oracle database (non-geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313290#M28817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any data you access via the JS API needs to be exposed via a web service. This can be a map service, feature service, etc. The tools provided by the API (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/querytask.htm"&gt;queryTask&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm"&gt;feature layers&lt;/A&gt;&lt;SPAN&gt;) make this easy. If you just need to hit a REST endpoint, you can use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/namespace_esri.htm#request"&gt;esri.request()&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For editing, you can use feature layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313290#M28817</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-07-07T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How would I use query and queryTask with an Oracle database (non-geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313291#M28818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand you correctly there's not really a way to do what I want in the Javascript API.&amp;nbsp; I was coming to that conclusion myself, but I was hoping that I'd missed something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for responding.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313291#M28818</guid>
      <dc:creator>AndrewTamberino</dc:creator>
      <dc:date>2011-07-07T19:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How would I use query and queryTask with an Oracle database (non-geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313292#M28819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right, the JS API (and the other Web APIs, Flex and Silverlight) cannot talk directly to an Oracle database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 23:47:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-would-i-use-query-and-querytask-with-an-oracle/m-p/313292#M28819</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-07-07T23:47:25Z</dc:date>
    </item>
  </channel>
</rss>

