<?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>ASPcenter.net &#187; sql dml</title>
	<atom:link href="http://www.aspcenter.net/tag/sql-dml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspcenter.net</link>
	<description>Il blog degli sviluppatori ASP e .NET</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JOIN, relazioni tra due o più tabelle di un database</title>
		<link>http://www.aspcenter.net/2010/02/join-relazioni-tra-due-o-piu-tabelle-di-un-database.html</link>
		<comments>http://www.aspcenter.net/2010/02/join-relazioni-tra-due-o-piu-tabelle-di-un-database.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:56:44 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[relazione database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>
		<category><![CDATA[sql join]]></category>
		<category><![CDATA[sql select]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=115</guid>
		<description><![CDATA[Nell&#8217;articolo relativo all&#8217;SQL DML abbiamo esaminato, tra l&#8217;altro, l&#8217;istruzione SELECT per la ricerca dei dati su un database. Abbiamo parlato anche un po della teoria dei database relazionali nell&#8217;articolo introduttivo all&#8217;utilizzo dei database, spiegando che le strutture di dati si possono anche &#8220;spezzare&#8221; in più tabelle, allo scopo di ottimizzare il lavoro e potenziare le [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/join-relazioni-tra-due-o-piu-tabelle-di-un-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADO, l&#8217;oggetto Recordset</title>
		<link>http://www.aspcenter.net/2010/02/ado-oggetto-recordset.html</link>
		<comments>http://www.aspcenter.net/2010/02/ado-oggetto-recordset.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:37:14 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[adodb recordset]]></category>
		<category><![CDATA[oggetto recordset]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=109</guid>
		<description><![CDATA[L&#8217;oggetto Recordset gestisce i dati di un database in funzione della connessione specificata. Al suo interno è possibile specificare stringhe SQL (sia DDL che DML), oppure specificare la tabella con cui si intende interagire, sia in fase di lettura che scrittura dei dati.
La sua dichiarazione avviene attraverso la classe ADODB.Recordset e si comporta come un [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/ado-oggetto-recordset.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADO, l&#8217;oggetto Connection</title>
		<link>http://www.aspcenter.net/2010/02/ado-oggetto-connection.html</link>
		<comments>http://www.aspcenter.net/2010/02/ado-oggetto-connection.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:34:54 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[adodb connection]]></category>
		<category><![CDATA[oggetto connection]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=106</guid>
		<description><![CDATA[L&#8217;oggetto Connection gestisce la connessione al database e permette di eseguire semplici stringhe SQL (sia DDL che DML). Facciamo un esempio di connessione ad un database. Utilizzate un database a caso, ad esempio quello creato nelle lezioni in cui abbiamo spiegato l&#8217;SQL DDL, e salviamolo nella cartella:
C:\Inetpub\wwwroot\database
come database.mdb. Create adesso, all&#8217;interno della directory &#8220;database&#8221;, il [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/ado-oggetto-connection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL DML, gestione dei dati di un database</title>
		<link>http://www.aspcenter.net/2010/02/sql-dml-gestione-dati-database.html</link>
		<comments>http://www.aspcenter.net/2010/02/sql-dml-gestione-dati-database.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:29:55 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql delete]]></category>
		<category><![CDATA[sql dml]]></category>
		<category><![CDATA[sql insert]]></category>
		<category><![CDATA[sql select]]></category>
		<category><![CDATA[sql update]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=104</guid>
		<description><![CDATA[La parte dell&#8217;SQL che determina la gestione dei dati del database viene chiamata SQL DML, dove DML sta per Data Manipulation Language. I comandi che fanno parte di questo ambito di programmazione SQL sono SELECT, INSERT, UPDATE e DELETE che servono, rispettivamente, ad effettuare la ricerca dei dati, l&#8217;inserimento dei dati, la modifica e la [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/sql-dml-gestione-dati-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL DDL, gestione della struttura di un database</title>
		<link>http://www.aspcenter.net/2010/02/sql-ddl-gestione-struttura-database.html</link>
		<comments>http://www.aspcenter.net/2010/02/sql-ddl-gestione-struttura-database.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:21:16 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql alter]]></category>
		<category><![CDATA[sql create]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>
		<category><![CDATA[sql drop]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=102</guid>
		<description><![CDATA[La parte dell&#8217;SQL che determina la creazione e la gestione della struttura di un database viene chiamata SQL DDL, dove DDL sta per Data Definition Language. I comandi che fanno parte di questo ambito di programmazione SQL sono CREATE, ALTER e DROP che servono, rispettivamente, a curare la creazione, la modifica e la cancellazione di [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/sql-ddl-gestione-struttura-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduzione ad ADO</title>
		<link>http://www.aspcenter.net/2010/02/intro-ado.html</link>
		<comments>http://www.aspcenter.net/2010/02/intro-ado.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:17:55 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[adodb command]]></category>
		<category><![CDATA[adodb recordset]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sdodb connection]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=100</guid>
		<description><![CDATA[ASP è stato creato, principalmente, per interagire con i database, sia di casa Microsoft che non, purchè supportino gli standard ODBC (acronimo di Open Database Connectivity); i principali DBMS con cui ASP può interagire sono Access e SQL Server della Microsoft, ma anche MySQL, Oracle ed altri i cui nomi sono meno altisonanti o adatti [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/intro-ado.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il linguaggio SQL</title>
		<link>http://www.aspcenter.net/2010/02/linguaggio-sql.html</link>
		<comments>http://www.aspcenter.net/2010/02/linguaggio-sql.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:02:24 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=97</guid>
		<description><![CDATA[SQL è l&#8217;acronimo di Structured Query Language, è il linguaggio standard per la manipolazione dei dati di un qualsiasi DBMS. Si tratta di un linguaggio molto semplice dal punto di vista sintattico e semantico: il difficile nell&#8217;utilizzo di un database è la fase di analisi delle esigenze, la relativa trasduzione delle esigenze in database, la [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/linguaggio-sql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
