<?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[BCB SQL ftFloat wird SMALLINT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":-)"
      alt="🙂"
    /> Ich versuche mit BCB5 ein Datenbank zuerstellen. Wenn ich eine Tabelle mit FLOAT Variablen erstellen will, bekomme ich ein Problem.</p>
<p>Feld erstellen</p>
<pre><code class="language-cpp">tableres-&gt;FieldDefs-&gt;Add(&quot;Hyterese&quot;, ftFloat, 0, false);
</code></pre>
<p>Float schreiben</p>
<pre><code class="language-cpp">tableres-&gt;FieldByName(&quot;Hyterese&quot;)-&gt;Value = floatwert;
</code></pre>
<p>Wenn ich die Tabelle öffne, sehe ich dass mein &quot;Hysterese&quot; Feld als SMALLINT deklariert ist. Ich kann dann keine Gleitkommazahlen rein schreiben. Was mache ich falsch?<br />
Danke für Ihre Antworten.</p>
<p>Ilker</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/88755/bcb-sql-ftfloat-wird-smallint</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 11:01:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/88755.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Oct 2004 07:32:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to BCB SQL ftFloat wird SMALLINT on Wed, 13 Oct 2004 07:32:12 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":-)"
      alt="🙂"
    /> Ich versuche mit BCB5 ein Datenbank zuerstellen. Wenn ich eine Tabelle mit FLOAT Variablen erstellen will, bekomme ich ein Problem.</p>
<p>Feld erstellen</p>
<pre><code class="language-cpp">tableres-&gt;FieldDefs-&gt;Add(&quot;Hyterese&quot;, ftFloat, 0, false);
</code></pre>
<p>Float schreiben</p>
<pre><code class="language-cpp">tableres-&gt;FieldByName(&quot;Hyterese&quot;)-&gt;Value = floatwert;
</code></pre>
<p>Wenn ich die Tabelle öffne, sehe ich dass mein &quot;Hysterese&quot; Feld als SMALLINT deklariert ist. Ich kann dann keine Gleitkommazahlen rein schreiben. Was mache ich falsch?<br />
Danke für Ihre Antworten.</p>
<p>Ilker</p>
]]></description><link>https://www.c-plusplus.net/forum/post/627371</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/627371</guid><dc:creator><![CDATA[tuerksoy]]></dc:creator><pubDate>Wed, 13 Oct 2004 07:32:12 GMT</pubDate></item><item><title><![CDATA[Reply to BCB SQL ftFloat wird SMALLINT on Wed, 13 Oct 2004 08:54:09 GMT]]></title><description><![CDATA[<p>Doppelpost<br />
deswegen geschlossen<br />
MfG<br />
Klaus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/627435</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/627435</guid><dc:creator><![CDATA[KlausB]]></dc:creator><pubDate>Wed, 13 Oct 2004 08:54:09 GMT</pubDate></item></channel></rss>