<?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: Query FGDB in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29229#M44</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The samples for the .NET wrapper are written in C#.&amp;nbsp; At this time, there are no samples for VB.NET.&amp;nbsp; I think that you will find that referring to the C# samples should be sufficiently instructive to help you write VB code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 15:15:29 GMT</pubDate>
    <dc:creator>DavidSousa</dc:creator>
    <dc:date>2012-01-30T15:15:29Z</dc:date>
    <item>
      <title>Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29224#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to query a file geodatabase, mainly with SQL Queries applied to tables (I could use Python to query features if I need).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I first tried to use VB.NET Oldebdconnection but get the message "The Product License has not been initialized." How can I initialize it ? Is it really free ? I saw other threads in this forum and it doesn't appear very clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) As I want to apply only SQL Queries, should I use API ? I saw that there is a wrapper for VB.net but I don't understand how to makes it works, could someone be so kind to add a short VB .net example ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 09:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29224#M39</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2012-01-29T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29225#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That "license has not been initialized" message is generated by ArcObjects.&amp;nbsp; This forum is for the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File Geodatabase API, which has an independent code tree from ArcObjects (and really is free).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have ArcGIS, you should probably use ArcObjects (or Python) to access file geodatabases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(nothing extra to install; you just need to use the programming interface correctly [&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004200000006000000"&gt;checking out&lt;BR /&gt;a license&lt;/A&gt;&lt;SPAN&gt; at the top of your code]).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 17:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29225#M40</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-01-29T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29226#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer. I'm interested in using the FGDB API as I have an existing software that applies SQL Queries. My problem is that it's written in VB .net, I read that there was a wrapper to use API with VB.net but I don't find any example in the downloaded 1.1 API or elsewhere. If possible, I would appreciate any tiny example to get in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivieir.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 04:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29226#M41</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2012-01-30T04:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29227#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The .NET wrapper is a part of the VS2010 API release (only).&amp;nbsp; Which did you download?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:36:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29227#M42</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-01-30T14:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29228#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded "FileGDB_API_VS2010_1_1.zip" and went thru but didn't find a sample about Vb .net. Of course I'll try by myself but if I can save time in order to find the very few first references/declarations, I would appreciate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29228#M43</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2012-01-30T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29229#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The samples for the .NET wrapper are written in C#.&amp;nbsp; At this time, there are no samples for VB.NET.&amp;nbsp; I think that you will find that referring to the C# samples should be sufficiently instructive to help you write VB code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29229#M44</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2012-01-30T15:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29230#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I translated from C# to VB, that's ok. As I have a running program that is connected with different databases (not only geo...), I wanted to know if it will be possible to connect to a FGDB with ODBC ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw that the question has been asked several times, and saw only one answer that said that it was possible to build one with the API, which I'm not able to evaluate complexity level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 15:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29230#M45</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2012-02-26T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29231#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it's certainly possible, but a search on "custom ODBC driver" indicates it would likely be &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exceedingly difficult to write one from scratch, even for a team of seasoned C/C++ developers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(and that doesn't even consider how you'd model the spatial component in an interface that &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;doesn't contemplate spatial data).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29231#M46</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-02-27T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query FGDB</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29232#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks for your answer Vince, perhaps Esri will add one later, that's my only hope...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 12:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/query-fgdb/m-p/29232#M47</guid>
      <dc:creator>OlivierOlivier</dc:creator>
      <dc:date>2012-02-27T12:54:39Z</dc:date>
    </item>
  </channel>
</rss>

