<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Key Violation]]></title><description><![CDATA[<p>moin,</p>
<p>hab mein programm mal in das netzwerk eingespeist, und jetzt kommt jedesmal beim programmstart Access ODBC Driver -&gt; KeyViolation Operation muss eine aktualisierbare Abfrage verwenden ...</p>
<p>was soll ich darunter verstehen? und desweiteren wenn ich die Access Datenbank auf den Server spiele kann man die zwar lesen aber nicht schreiben d.h. beim schreiben kommt jedesmal die gleiche Fehlermeldung!</p>
<p>mfg<br />
hck</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/158861/key-violation</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 22:05:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/158861.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Sep 2006 08:51:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Key Violation on Sat, 09 Sep 2006 08:51:59 GMT]]></title><description><![CDATA[<p>moin,</p>
<p>hab mein programm mal in das netzwerk eingespeist, und jetzt kommt jedesmal beim programmstart Access ODBC Driver -&gt; KeyViolation Operation muss eine aktualisierbare Abfrage verwenden ...</p>
<p>was soll ich darunter verstehen? und desweiteren wenn ich die Access Datenbank auf den Server spiele kann man die zwar lesen aber nicht schreiben d.h. beim schreiben kommt jedesmal die gleiche Fehlermeldung!</p>
<p>mfg<br />
hck</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134106</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134106</guid><dc:creator><![CDATA[heckticker]]></dc:creator><pubDate>Sat, 09 Sep 2006 08:51:59 GMT</pubDate></item><item><title><![CDATA[Reply to Key Violation on Sat, 09 Sep 2006 08:57:45 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Da du uns nicht mal sagst, mit <strong>welchen</strong> Mitteln du <strong>wie</strong> auf die Datenbank zugreifst, können wir dazu nicht viel sagen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134110</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134110</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 09 Sep 2006 08:57:45 GMT</pubDate></item><item><title><![CDATA[Reply to Key Violation on Sat, 09 Sep 2006 09:11:02 GMT]]></title><description><![CDATA[<p>ok sry,</p>
<p>greife auf die datenbank zum einem mit TTable, TQuery, TDataSet zu!<br />
und zwar hab ich nen Timer gemacht der jede minute einmal auf die datenbank zugreift d.h</p>
<pre><code class="language-cpp">table1-&gt;active = true;
dataset1-&gt;DataSet-&gt;First();

Query1-&gt;Close();
Query1-&gt;SQL-&gt;Clear();
Query1-&gt;SQL-&gt;Add(&quot;Select ...........&quot;);
Query1-&gt;Open();
Query1-&gt;First()

Ausgabe der Daten....

table-&gt;active = false;
</code></pre>
<p>jetzt hab ich mal ein bissel nachgeforscht und anscheinend sollte man wenn man das ganze weitergibt per ADOConnection machen weil man dann die bde nicht zusätzlich installieren muss und mehrere auf die datenbank zugreifen können jetzt is natürlich die frage ob das stimmt...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134118</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134118</guid><dc:creator><![CDATA[heckticker]]></dc:creator><pubDate>Sat, 09 Sep 2006 09:11:02 GMT</pubDate></item><item><title><![CDATA[Reply to Key Violation on Sat, 09 Sep 2006 09:20:21 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>auf jedenfall ist die BDE veraltet und fehleranfällig. Nimm also lieber gleich ADOConnection.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134123</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134123</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 09 Sep 2006 09:20:21 GMT</pubDate></item><item><title><![CDATA[Reply to Key Violation on Sun, 10 Sep 2006 09:33:56 GMT]]></title><description><![CDATA[<p>der fehler kam daher das die db schreibgeschützt war <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1134533</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1134533</guid><dc:creator><![CDATA[heckticker]]></dc:creator><pubDate>Sun, 10 Sep 2006 09:33:56 GMT</pubDate></item></channel></rss>