<?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; ASP e database</title>
	<atom:link href="http://www.aspcenter.net/category/asp-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>Gestione delle transazioni con ADO</title>
		<link>http://www.aspcenter.net/2010/02/gestione-transazioni-ado.html</link>
		<comments>http://www.aspcenter.net/2010/02/gestione-transazioni-ado.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:04:59 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[transazioni ado]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=133</guid>
		<description><![CDATA[L&#8217;oggetto Connection di ADO mette a disposizione tre importantissimi metodi per il controllo del flusso dei dati nelle più comuni operazioni di lettura o scrittura su un database.
I tre metodi in questione sono:

BeginTrans &#8211; da il via ad una transazione;
CommitTrans &#8211; salva la transazione;
RollbackTrans &#8211; annulla la transazione.


Vediamo un esempio pratico. Dato il file di [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/gestione-transazioni-ado.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>Gestione dei nomi delle tabelle e dei campi di un db con OpenSchema</title>
		<link>http://www.aspcenter.net/2010/02/gestione-nomi-tabelle-campi-openschema.html</link>
		<comments>http://www.aspcenter.net/2010/02/gestione-nomi-tabelle-campi-openschema.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:21:43 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e database]]></category>
		<category><![CDATA[ado]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[openschema]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=129</guid>
		<description><![CDATA[Introduzione
La collezione OpenSchema dell&#8217;oggetto Connection di ADO permette, attraverso dei parametri, di accedere in sola lettura ai nomi delle tabelle e dei relativi campi di un database.
Per accedere ai nomi delle tabelle utilizzeremo il parametro (20) e per accedere ai nomi dei campi utilizzeremo il parametro (4).
Il database
Costruiamo il file database.mdb e creiamo la tabella [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/gestione-nomi-tabelle-campi-openschema.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>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 Command</title>
		<link>http://www.aspcenter.net/2010/02/ado-oggetto-command.html</link>
		<comments>http://www.aspcenter.net/2010/02/ado-oggetto-command.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:48:48 +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[oggetto command]]></category>
		<category><![CDATA[stored procedures]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=113</guid>
		<description><![CDATA[A differenza degli oggetti Connection e Recordset di ADO, l&#8217;oggetto Command è un oggetto specialistico, di raro utilizzo ma decisamente prestante quando si ha a che fare con particolari procedure eseguite direttamente sul database, come le Stored Procedures.
Altra differenza consiste nel fatto che Command non necessita di essere chiuso ne distrutto ed il suo scopo [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/ado-oggetto-command.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>
	</channel>
</rss>

