<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DatabaseTemplateLibrary at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/</link>
    <description>The Database Template Library</description>

    <item>
      <title>Re: DB field names</title>
      <pubDate>Sat, 06 Feb 2010 08:13:19 GMT</pubDate>
      <dc:creator>CorwinJ</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2483</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2483</guid>
      <description>Larry, Here is what is happening.  BAND is a reserved word in Jet 4.0 so it can&#39;t be used in a query without quoting or qualifying it.  We had code in</description>
    </item>
    <item>
      <title>DB field names</title>
      <pubDate>Sat, 06 Feb 2010 06:42:44 GMT</pubDate>
      <dc:creator>Larry</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2482</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2482</guid>
      <description>I was trying to use DTL on a couple of local databases - one an mdb and the other a dbf (Windows Vista). Both DB have a field named BAND. I tried using the</description>
    </item>
    <item>
      <title>Re: Building DTL without -mno-cygwin</title>
      <pubDate>Mon, 04 Jan 2010 23:47:40 GMT</pubDate>
      <dc:creator>CorwinJ</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2481</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2481</guid>
      <description>In general, we usually build it with gcc under cygwin using the -mno-cygwin flag.  This allows the library that is built to not have any dependencies on the</description>
    </item>
    <item>
      <title>Re: Building DTL without -mno-cygwin</title>
      <pubDate>Mon, 04 Jan 2010 23:31:25 GMT</pubDate>
      <dc:creator>toyletjie</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2480</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2480</guid>
      <description>Hello, I try to use dtl 3.6.11 with gcc 4.3.4 under cygwin, not using unixODBC. I tried to compile with mingw and that works. The Windows ODBC is set up</description>
    </item>
    <item>
      <title>Re: Question regarding library configuration</title>
      <pubDate>Mon, 09 Nov 2009 15:49:17 GMT</pubDate>
      <dc:creator>Kvorak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2479</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2479</guid>
      <description>Okay, so I figured this out over the weekend... sort of. It would appear that the #define DTL_USE_MFC #include &quot;DTL.h&quot; lines need to be placed /before/ the</description>
    </item>
    <item>
      <title>Re: Question regarding library configuration</title>
      <pubDate>Sat, 07 Nov 2009 17:31:56 GMT</pubDate>
      <dc:creator>Kvorak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2478</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2478</guid>
      <description>Hey Corwin, Yeah, looks like that was problem... at least that one.  I am having some real trouble using this library, though in other ways.  For instance, I</description>
    </item>
    <item>
      <title>Re: Question regarding library configuration</title>
      <pubDate>Fri, 30 Oct 2009 23:12:06 GMT</pubDate>
      <dc:creator>CorwinJ</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2477</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2477</guid>
      <description>Hey Kvorak, I&#39;m not sure exactly how you are getting this error or how to reproduce it.  I just did a debug build of the example project using VS 2008 and</description>
    </item>
    <item>
      <title>Question regarding library configuration</title>
      <pubDate>Fri, 30 Oct 2009 23:00:56 GMT</pubDate>
      <dc:creator>Kvorak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2476</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2476</guid>
      <description>Hey all, So I&#39;m trying to use the DTL and I&#39;ve come across a strange thing.  When I build the example project in release mode that was shipped with the</description>
    </item>
    <item>
      <title>Re: bulk fetch/insert</title>
      <pubDate>Thu, 27 Aug 2009 20:03:33 GMT</pubDate>
      <dc:creator>corwinjoy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2475</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2475</guid>
      <description>... If you are using bulk_fetch_helper then you can just apply std::distance on your output iterator. E.g. output_iterator output_beg, output; </description>
    </item>
    <item>
      <title>bulk fetch/insert</title>
      <pubDate>Thu, 27 Aug 2009 19:52:11 GMT</pubDate>
      <dc:creator>jarrod.chesney@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2474</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2474</guid>
      <description>Hi All I&#39;ve spent ages looking through the documentation about this. I am still unsure... If i have an array of 10 objects and i call bulk_fetch, how do i know</description>
    </item>
    <item>
      <title>Update Fixed</title>
      <pubDate>Thu, 13 Aug 2009 18:45:20 GMT</pubDate>
      <dc:creator>jarrod.chesney@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2473</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2473</guid>
      <description>Hi, I seemed to have got it going. I moved the keys assignment to the select_insert_iterator after it has selected stuff. template&lt;class DataObj&gt; bool </description>
    </item>
    <item>
      <title>DBView KeyMode SQLite</title>
      <pubDate>Thu, 13 Aug 2009 18:44:47 GMT</pubDate>
      <dc:creator>jarrod.chesney@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2472</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2472</guid>
      <description>Hi I&#39;ve been using DTL for about a month now. I&#39;m fairly sure i&#39;m not using it the most optimal way but any way... I&#39;m having trouble with my select update</description>
    </item>
    <item>
      <title>Re: Connet to a local machine with the Windows Authentication?</title>
      <pubDate>Mon, 20 Jul 2009 16:58:20 GMT</pubDate>
      <dc:creator>Corwin Joy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2471</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2471</guid>
      <description>... Sure.  DTL just uses an ODBC connection.  So, when you set up the odbc connection you can simply choose to use Windows Authentication rather than SQL</description>
    </item>
    <item>
      <title>Re: DTL, mingw, sqlite, windows</title>
      <pubDate>Mon, 20 Jul 2009 16:53:32 GMT</pubDate>
      <dc:creator>Corwin Joy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2470</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2470</guid>
      <description>You&#39;re welcome and I&#39;m glad DTL is useful to you!</description>
    </item>
    <item>
      <title>Connet to a local machine with the Windows Authentication?</title>
      <pubDate>Sun, 19 Jul 2009 10:06:54 GMT</pubDate>
      <dc:creator>cnygrp</dc:creator>
      <link>http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2469</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/DatabaseTemplateLibrary/message/2469</guid>
      <description>I have a specialized ms sql db on WinXP which is configured for Widows Authentication from the local machine. I can connect to this fine with php script from</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Mar 28 13:19:59 PDT 2010 -->
