<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Datenbanken Software eBooks Web CMS &#187; Programmierung</title>
	<atom:link href="http://www.susss.at/tag/programmierung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susss.at</link>
	<description>Christian Suschegg =&#62; Datenbank-Architekt * Software-Entwickler * E-Book-Autor * Web-Redakteur</description>
	<lastBuildDate>Thu, 01 Nov 2012 15:54:36 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Navision Datentypen</title>
		<link>http://www.susss.at/2010/07/31/navision-datentypen/</link>
		<comments>http://www.susss.at/2010/07/31/navision-datentypen/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:13:28 +0000</pubDate>
		<dc:creator><![CDATA[ChriSu]]></dc:creator>
				<category><![CDATA[Navision]]></category>
		<category><![CDATA[Datentypen]]></category>
		<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://www.susss.at/?p=170</guid>
		<description><![CDATA[Nachfolgend die wichtigsten Navision-Datentypen mit ihrer Entsprechung im Microsoft SQLServer: CODE: Varchar (maximal 250 Zeichen) OPTION: Integer INTEGER: Integer (Wertebereich von -2.147.483.647 bis +2.127.283.647) DECIMAL: DECIMAL (oder FLOAT???) DATE: SMALLDATETIME (SQLServer startet erst ab 01.01.1754) TIME: DATETIME BOOLEAN: TINYINT (oder BIT???) TEXT: VARCHAR (maximal 250 Zeichen)]]></description>
				<content:encoded><![CDATA[<p>Nachfolgend die wichtigsten <strong>Navision-Datentypen</strong> mit ihrer Entsprechung im Microsoft <strong>SQLServer</strong>:</p>
<ul>
<li><strong>CODE</strong>: Varchar (maximal 250 Zeichen)</li>
<li><strong>OPTION</strong>: Integer</li>
<li><strong>INTEGER</strong>: Integer (Wertebereich von -2.147.483.647 bis +2.127.283.647)</li>
<li><strong>DECIMAL</strong>: DECIMAL (oder FLOAT???)</li>
<li><strong>DATE</strong>: SMALLDATETIME (SQLServer startet erst ab 01.01.1754)</li>
<li><strong>TIME</strong>: DATETIME</li>
<li><strong>BOOLEAN</strong>: TINYINT (oder BIT???)</li>
<li><strong>TEXT</strong>: VARCHAR (maximal 250 Zeichen)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.susss.at/2010/07/31/navision-datentypen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CONVERTSTR</title>
		<link>http://www.susss.at/2010/05/26/convertstr/</link>
		<comments>http://www.susss.at/2010/05/26/convertstr/#comments</comments>
		<pubDate>Wed, 26 May 2010 18:36:15 +0000</pubDate>
		<dc:creator><![CDATA[ChriSu]]></dc:creator>
				<category><![CDATA[Befehle]]></category>
		<category><![CDATA[Navision]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Stringfunktionen]]></category>

		<guid isPermaLink="false">http://www.susss.at/?p=143</guid>
		<description><![CDATA[CONVERTSTR: Ersetzt in einem String &#8222;alte&#8220; Zeichen durch &#8222;neue&#8220; Zeichen Ergebnis := CONVERTSTR(String, AltesZeichen, NeuesZeichen); Beispiel: MESSAGE ( CONVERTSTR (&#8218;Du bist raus&#8216;, &#8218;r&#8216;, &#8218;M&#8216; )); Anzeige: &#8222;Du bist Maus&#8220;]]></description>
				<content:encoded><![CDATA[<p><strong>CONVERTSTR</strong>: Ersetzt in einem String &#8222;alte&#8220; Zeichen durch &#8222;neue&#8220; Zeichen</p>
<p>Ergebnis := CONVERTSTR(String, AltesZeichen, NeuesZeichen);</p>
<p><em>Beispiel:</em></p>
<p>MESSAGE ( CONVERTSTR (&#8218;Du bist raus&#8216;, &#8218;r&#8216;, &#8218;M&#8216; ));</p>
<p>Anzeige: &#8222;Du bist Maus&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.susss.at/2010/05/26/convertstr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->