<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Entwickler-Forum - ADO.NET</title>
		<link>http://entwickler-forum.de</link>
		<description />
		<language>de</language>
		<lastBuildDate>Thu, 09 Sep 2010 18:04:18 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://entwickler-forum.de/iSkin/misc/rss.jpg</url>
			<title>Entwickler-Forum - ADO.NET</title>
			<link>http://entwickler-forum.de</link>
		</image>
		<item>
			<title><![CDATA[Rückmelldung Anzeigen"Datensatz wurde erfolgreich hinzugefügt"]]></title>
			<link>http://entwickler-forum.de/showthread.php?t=63542&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 13:48:24 GMT</pubDate>
			<description>Hallo, 
 
kämpfe mit folgendem Problem, ich füge mit einem button click aus der C# Anwendungsoberfläche meiner Tabelle im SQL Server über eine...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
kämpfe mit folgendem Problem, ich füge mit einem button click aus der C# Anwendungsoberfläche meiner Tabelle im SQL Server über eine gespeicherte Prozedur neue Datensätze hinzu.<br />
<br />
Gerne würde ich nun in der Oberfläche anzeigen &quot;Datensatz wurde erfolgreich weggeschrieben&quot;, mit dem Buttonclick kann man dies allein ja nicht erkennen.<br />
<br />
Vielen Dank für Eure Hilfe<br />
<br />
Nadine</div>

]]></content:encoded>
			<category domain="http://entwickler-forum.de/forumdisplay.php?f=4">ADO.NET</category>
			<dc:creator>EXECSQL</dc:creator>
			<guid isPermaLink="true">http://entwickler-forum.de/showthread.php?t=63542</guid>
		</item>
		<item>
			<title>Datensatz in Zeile X einfügen</title>
			<link>http://entwickler-forum.de/showthread.php?t=63413&amp;goto=newpost</link>
			<pubDate>Tue, 24 Aug 2010 18:45:27 GMT</pubDate>
			<description>Hallo Ihr! 
 
Hilfe! 
 
Seit Stunden stehe ich vor folgendem Problem und finde einfach keine Lösung, tue mich allerdings als Anfänger mit Datenbanken...</description>
			<content:encoded><![CDATA[<div>Hallo Ihr!<br />
<br />
Hilfe!<br />
<br />
Seit Stunden stehe ich vor folgendem Problem und finde einfach keine Lösung, tue mich allerdings als Anfänger mit Datenbanken auch immer wieder schwer.<br />
<br />
Ich habe eine Datenbank-Tabelle (SQL Server Compact) mit 10 Datensätzen und lösche den 2. Datensatz mit <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&quot;Delete From tblBldg Where Nr = '&quot; &amp; shrBldgNr &amp; &quot;'&quot;</code><hr />
</div>Ich habe dann ja 9 Datensätze und möchte in die 10. Zeile einen neuen Datensatz hinzufügen, mit folgendem Code:<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">CmdCe.CommandText = &quot;Select * From tblBldg&quot;<br />
Adap = New SqlCeDataAdapter(CmdCe)<br />
Taba = New DataTable(&quot;tblBldg&quot;)<br />
Adap.Fill(Taba)<br />
CmdCe.CommandText = &quot;Insert Into tblBldg (Nr,Institution,Ort,Bezeichnung) Values ('&quot; &amp; My.Settings.shrStatNr &amp; &quot;','strInstitution','strOrt','strBezeichnung')&quot;<br />
Adap.Fill(Taba)<br />
Dim Cb As New SqlCeCommandBuilder(Adap)<br />
Adap.Update(Taba)</code><hr />
</div><br />
Dieser wird dann allerdings in die 2. Zeile zugefügt.<br />
<br />
Es scheint also einen Cursor zu geben, der dort bleibt, wo der letzte Datensatz gelöscht wurde.<br />
<br />
Wie muss ich den Code ändern, um einen Datensatz an eine von mir gewünschte Stelle hinzuzufügen?<br />
<br />
Gruß<br />
<br />
Kai</div>

]]></content:encoded>
			<category domain="http://entwickler-forum.de/forumdisplay.php?f=4">ADO.NET</category>
			<dc:creator>kai-carsten</dc:creator>
			<guid isPermaLink="true">http://entwickler-forum.de/showthread.php?t=63413</guid>
		</item>
		<item>
			<title>Anfängerfrage: Paramterwert aus Textfeld übergeben</title>
			<link>http://entwickler-forum.de/showthread.php?t=63378&amp;goto=newpost</link>
			<pubDate>Sat, 21 Aug 2010 21:24:01 GMT</pubDate>
			<description>xxxxxxxxxxxxxxxxx</description>
			<content:encoded><![CDATA[<div>xxxxxxxxxxxxxxxxx</div>

]]></content:encoded>
			<category domain="http://entwickler-forum.de/forumdisplay.php?f=4">ADO.NET</category>
			<dc:creator>EXECSQL</dc:creator>
			<guid isPermaLink="true">http://entwickler-forum.de/showthread.php?t=63378</guid>
		</item>
		<item>
			<title>Anfängerfrage: Starten einer Prozedur aus einer Windows Form</title>
			<link>http://entwickler-forum.de/showthread.php?t=63376&amp;goto=newpost</link>
			<pubDate>Fri, 20 Aug 2010 19:00:18 GMT</pubDate>
			<description>xxxxxxxxxxxxxxxxxxxxxx</description>
			<content:encoded><![CDATA[<div>xxxxxxxxxxxxxxxxxxxxxx</div>

]]></content:encoded>
			<category domain="http://entwickler-forum.de/forumdisplay.php?f=4">ADO.NET</category>
			<dc:creator>EXECSQL</dc:creator>
			<guid isPermaLink="true">http://entwickler-forum.de/showthread.php?t=63376</guid>
		</item>
	</channel>
</rss>
