<?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; database</title>
	<atom:link href="http://www.aspcenter.net/tag/database/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>Paginazione dei dati con ASP e MySQL</title>
		<link>http://www.aspcenter.net/2010/02/paginazione-asp-mysql.html</link>
		<comments>http://www.aspcenter.net/2010/02/paginazione-asp-mysql.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:06:34 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql limit]]></category>
		<category><![CDATA[paginazione asp]]></category>
		<category><![CDATA[paginazione dati]]></category>
		<category><![CDATA[paginazione mysql]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=135</guid>
		<description><![CDATA[In un precedente articolo abbiamo visto la tecnica per impostare la paginazione per query che restituiscono molti risultati in termini di mole di dati ed abbiamo analizzato il sistema per affidare all&#8217;oggetto Recordset l&#8217;intero compito gestire la paginazione, ma questo sistema, attraverso ASP, funziona solo con database di casa Microsoft come Access ed SQL Server, [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/paginazione-asp-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dump e backup di un database con ASP</title>
		<link>http://www.aspcenter.net/2010/02/dump-backup-database-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/dump-backup-database-asp.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:03:50 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[backup database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dump database]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=131</guid>
		<description><![CDATA[Introduzione
Un&#8217;esigenza comune a chiunque gestisca un sito Web, o una qualsiasi applicazione in generale, è quella di salvaguardare i dati del proprio database. Allo scopo esistono sistemi di dump e di backup che, attraverso script ASP ed SQL, creano una copia dei dati e li mettono al sicuro. Lo scopo di questo articolo è quello [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/dump-backup-database-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paginazione a colonne sui record di un database con ASP</title>
		<link>http://www.aspcenter.net/2010/02/paginazione-colonne-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/paginazione-colonne-asp.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:19:26 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[paginazione asp]]></category>
		<category><![CDATA[paginazione colonne]]></category>
		<category><![CDATA[paginazione dati]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=127</guid>
		<description><![CDATA[All&#8217;atto dell&#8217;estrazione di record da un database siamo abituati a disporre i record in orizzontale o in verticale, impaginandoli in genere in una tabella HTML.
Abbiamo la possibilità di paginare i record a colonne, disponendoli in N colonne ed N record (a seconda del numero di record presenti nel database) semplicemente impostando un contatore a zero [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/paginazione-colonne-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paginazione dei dati con ASP ed Access</title>
		<link>http://www.aspcenter.net/2010/02/paginazione-dati-asp-access.html</link>
		<comments>http://www.aspcenter.net/2010/02/paginazione-dati-asp-access.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:15:20 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[paginazione asp]]></category>
		<category><![CDATA[paginazione dati]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=121</guid>
		<description><![CDATA[In ogni applicazione Web, o in ogni sito o portale, capita di avere delle sezioni in cui è necessario stampare a video una serie di record in cascata, ad esempio i nomi degli iscritti ad un nostro servizio interno. Ovviamente non conosciamo a priori il numero di iscritti, quindi il numero di record è variabile [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/paginazione-dati-asp-access.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usare il file adovbs.inc nelle pagine ASP</title>
		<link>http://www.aspcenter.net/2010/02/file-adovbs-inc-nelle-pagine-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/file-adovbs-inc-nelle-pagine-asp.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:13:49 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adovbs]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=118</guid>
		<description><![CDATA[Il file adovbs.inc è un file di inclusione che si utilizza nelle pagine ASP per favorire l&#8217;interazione con i database attraverso una connessione ODBC implementata col noto oggetto ADO.
Al suo interno sono definite una serie di variabili e di costanti predefinite utilizzate da ADO per compiere le sue operazioni; l&#8217;omissine dell&#8217;inclusione di questo file in [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/file-adovbs-inc-nelle-pagine-asp.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>
		<item>
		<title>Introduzione ai database</title>
		<link>http://www.aspcenter.net/2010/02/intro-database.html</link>
		<comments>http://www.aspcenter.net/2010/02/intro-database.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:00:33 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[ms access]]></category>
		<category><![CDATA[ms sql server]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rdbms]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=93</guid>
		<description><![CDATA[Un database è una struttura fisica e logica di dati strutturati con un certo criterio per favorire le ricerche dei dati contenuti, anche le più complesse. Esistono software per la gestione dei database che rientrano nella categoria dei DBMS (acronimo di Database Management System, ovvero &#8220;sistema di gestione dei database&#8221;) detti anche RDBMS (dove la [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/intro-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduzione ad ASP</title>
		<link>http://www.aspcenter.net/2010/02/introduzione-asp.html</link>
		<comments>http://www.aspcenter.net/2010/02/introduzione-asp.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:54:14 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Teoria ASP]]></category>
		<category><![CDATA[active server pages]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[application programming interface]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[microsoft asp]]></category>
		<category><![CDATA[pagine web dinamiche]]></category>
		<category><![CDATA[vbscript]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=5</guid>
		<description><![CDATA[ASP è l&#8217;acronimo di Active Server Pages. E&#8217; un linguaggio di casa Microsoft attraverso il quale è possibile costruire pagine Web dinamiche. Per &#8220;dinamiche&#8221; non si intende &#8220;animate&#8221; ma che permettono l&#8217;interazione con gli utenti, sfruttando tecnologie di archiviazione e gestione dei dati come database ed il formato di file XML.
Un file ASP viene &#8220;disegnato&#8221; [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/introduzione-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

