<?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[SQlite3 Datenbank]]></title><description><![CDATA[<p>Hallo ich habe eine SQlite3 Datenbank<br />
Dort habe ich zum Testen ein Tabelle (test) mit einem Feld Datum vom Typ (date) angelegt.</p>
<p>Jetzt möchte ich mit dem BCB in das Feld einen Insert machen.</p>
<p>String tmp4 = &quot;07-10-31&quot;;<br />
String&amp; query = &quot;insert into test( Datum )values( &quot;+tmp4+&quot;)&quot;;</p>
<p>geht durch, aber der Wert ist -34 in der Datenbank.</p>
<p>habs dann damit probiert:<br />
TDate tmp7;<br />
tmp7 = StrToDate(&quot;2007-10-10&quot;);<br />
String&amp; query = &quot;insert into test( Datum )values( &quot;+tmp4+&quot;)&quot;;</p>
<p>Fehlermeldung 2007-10-10 is not a valid date</p>
<p>Welchen Datentyp muß ich verwenden???<br />
oder evtl. auch anderer Datentyp in Datenbank???</p>
<p>Vielen Dank</p>
<p>Gibt es evtl. einen Beispielcode</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/195505/sqlite3-datenbank</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 09:27:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/195505.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Oct 2007 12:24:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SQlite3 Datenbank on Thu, 18 Oct 2007 12:24:58 GMT]]></title><description><![CDATA[<p>Hallo ich habe eine SQlite3 Datenbank<br />
Dort habe ich zum Testen ein Tabelle (test) mit einem Feld Datum vom Typ (date) angelegt.</p>
<p>Jetzt möchte ich mit dem BCB in das Feld einen Insert machen.</p>
<p>String tmp4 = &quot;07-10-31&quot;;<br />
String&amp; query = &quot;insert into test( Datum )values( &quot;+tmp4+&quot;)&quot;;</p>
<p>geht durch, aber der Wert ist -34 in der Datenbank.</p>
<p>habs dann damit probiert:<br />
TDate tmp7;<br />
tmp7 = StrToDate(&quot;2007-10-10&quot;);<br />
String&amp; query = &quot;insert into test( Datum )values( &quot;+tmp4+&quot;)&quot;;</p>
<p>Fehlermeldung 2007-10-10 is not a valid date</p>
<p>Welchen Datentyp muß ich verwenden???<br />
oder evtl. auch anderer Datentyp in Datenbank???</p>
<p>Vielen Dank</p>
<p>Gibt es evtl. einen Beispielcode</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1387851</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1387851</guid><dc:creator><![CDATA[kleber]]></dc:creator><pubDate>Thu, 18 Oct 2007 12:24:58 GMT</pubDate></item><item><title><![CDATA[Reply to SQlite3 Datenbank on Thu, 18 Oct 2007 12:36:08 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>über die Eigenschaft Params kannst du unter anderen auch TDateTime übergeben, das DB-System kümmert sich dann selber um die konvertierung.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1387868</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1387868</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 18 Oct 2007 12:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to SQlite3 Datenbank on Fri, 19 Oct 2007 08:16:53 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>vielen Dank Akari,<br />
aber gehts nicht einfacher??</p>
<p>Bin mit Params nicht vertraut!</p>
<p>Oder könntest du mir ein paar Zeilen Code dazu schreiben.</p>
<p>Vielen Dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388352</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388352</guid><dc:creator><![CDATA[kleber]]></dc:creator><pubDate>Fri, 19 Oct 2007 08:16:53 GMT</pubDate></item><item><title><![CDATA[Reply to SQlite3 Datenbank on Fri, 19 Oct 2007 08:28:00 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-182327-and-highlight-is-params.html" rel="nofollow">Hier</a> findest du ein Beispiel für den allgemeinen Gebrauch von Params. Du must eben nur desen Eigenschaft AsDate benutzen</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388361</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388361</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Fri, 19 Oct 2007 08:28:00 GMT</pubDate></item></channel></rss>