<?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>Dattatec Ayuda &#187; ASP</title>
	<atom:link href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp/feed" rel="self" type="application/rss+xml" />
	<link>http://dattatecayuda.com</link>
	<description>Dattatec - Centro de Ayuda y Recursos</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:58:59 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>¿Cómo configuro la cultura en ASP &#8211; GetLocale / SetLocale?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-configuro-la-cultura-en-asp-getlocale-setlocale/2076</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-configuro-la-cultura-en-asp-getlocale-setlocale/2076#comments</comments>
		<pubDate>Tue, 25 Aug 2009 00:46:14 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Observo un error de ASP o .NET]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[configurar]]></category>
		<category><![CDATA[configuro]]></category>
		<category><![CDATA[cultura]]></category>
		<category><![CDATA[getlocale]]></category>
		<category><![CDATA[setlocale]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=2076</guid>
		<description><![CDATA[En programación es necesario conocer la cultura del servidor por dos grandes motivos.

1- Separación de decimales y separador de miles

Por ejemplo: 1.234,56

2- Formato de fecha

Por ejemplo: 13/06/2006 09:13:05 a.m.

Nuestros servidores Windows, por defecto, tienen la cultura:

English - United States, (en-us), 1033


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309' rel='bookmark' title='Permanent Link: ¿Cómo configuro la conexión a base de datos SQL Server con ASP?'>¿Cómo configuro la conexión a base de datos SQL Server con ASP?</a> <small>Mediante el siguiente ejemplo, puede realizarse una conexión a SQL Server con código ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a Access con ASP?'>¿Cómo se realiza una conexión a Access con ASP?</a> <small>El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>En programación es necesario conocer la cultura del servidor por dos grandes motivos.</p>
<p>1- Separación de decimales y separador de miles</p>
<p>Por ejemplo: 1.234,56</p>
<p>2- Formato de fecha</p>
<p>Por ejemplo: 13/06/2006 09:13:05 a.m.</p>
<p>Nuestros servidores Windows, por defecto, tienen la cultura:</p>
<p><span class="Destacado">E</span><span class="Destacado">nglish &#8211; United States, (en-us), 1033</span></p>
<p>Esto se puede obtener fácilmente utilizando una función en ASP llamada GetLocale()</p>
<p>El resultado de ésta función es un número decimal, y buscándolo en la siguiente tabla puede verse el tipo de cultura:</p>
<table class="Tabla-Borde" style="width: 649px; height: 3218px;" border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr valign="top">
<th align="left"><span style="font-size: x-small">Locale Description</span></th>
<th align="left"><span style="font-size: x-small">Short String</span></th>
<th align="left"><span style="font-size: x-small">Hex Value</span></th>
<th align="left"><span style="font-size: x-small">Decimal Value</span></th>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Afrikaans</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">af</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0436 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1078</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Albanian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sq</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1052</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic – United Arab Emirates</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-ae</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3801 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">14337</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Bahrain</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-bh</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3C01 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">15361</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Algeria</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-dz</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1401 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5121</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Egypt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-eg</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C01 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3073</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Iraq</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-iq</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0801 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2049</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Jordan</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-jo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2C01 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">11265</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Kuwait</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-kw</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3401 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">13313</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Lebanon</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-lb</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3001 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">12289</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Libya</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-ly</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1001 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4097</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Morocco</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-ma</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1801 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">6145</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Oman</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-om</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2001 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">8193</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Qatar</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-qa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;4001 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">16385</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Saudi Arabia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-sa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0401 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1025</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Syria</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-sy</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2801 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">10241</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Tunisia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-tn</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1C01 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">7169</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Arabic &#8211; Yemen</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ar-ye</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2401 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">9217</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Armenian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">hy</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042B</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1067</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Azeri – Latin</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">az-az</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042C</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1068</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Azeri – Cyrillic</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">az-az</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;082C</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2092</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Basque</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">eu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042D </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1069</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Belarusian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">be</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0423 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1059</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Bulgarian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">bg</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0402 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1026</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Catalan</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ca</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0403 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1027</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Chinese &#8211; China</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zh-cn</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0804 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2052</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Chinese &#8211; Hong Kong S.A.R.</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zh-hk</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C04 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3076</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Chinese – Macau S.A.R</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zh-mo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1404</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5124</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Chinese &#8211; Singapore</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zh-sg</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1004 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4100</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Chinese &#8211; Taiwan</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zh-tw</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0404 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1028</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Croatian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">hr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1050</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Czech</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">cs</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0405 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1029</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Danish</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">da</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0406 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1030</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Dutch – The Netherlands</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">nl-nl</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0413 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1043</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Dutch &#8211; Belgium</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">nl-be</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0813 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2067</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Australia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-au</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C09 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3081</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Belize</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-bz</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2809 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">10249</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Canada</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-ca</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1009 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4105</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English – Carribbean</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-cb</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2409</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">9225</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Ireland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-ie</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1809 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">6153</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Jamaica</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-jm</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2009 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">8201</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; New Zealand</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-nz</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1409 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5129</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English – Phillippines</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-ph</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3409</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">13321</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; South Africa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-za</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1C09 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">7177</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; Trinidad</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-tt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2C09 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">11273</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; United Kingdom</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-gb</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0809 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2057</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">English &#8211; United States</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">en-us</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0409 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1033</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Estonian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">et</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0425 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1061</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Farsi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0429 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1065</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Finnish</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;040B </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1035</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Faroese</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0438 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1080</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">French &#8211; France</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fr-fr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;040C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1036</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">French &#8211; Belgium</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fr-be</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;080C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2060</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">French &#8211; Canada</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fr-ca</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C0C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3084</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">French &#8211; Luxembourg</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fr-lu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;140C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5132</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">French &#8211; Switzerland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">fr-ch</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;100C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4108</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Gaelic – Ireland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">gd-ie</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;083C</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2108</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Gaelic &#8211; Scotland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">gd</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;043C </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1084</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">German &#8211; Germany</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">de-de</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0407 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1031</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">German &#8211; Austria</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">de-at</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C07 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3079</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">German &#8211; Liechtenstein</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">de-li</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1407 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5127</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">German &#8211; Luxembourg</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">de-lu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1007 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4103</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">German &#8211; Switzerland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">de-ch</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0807 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2055</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Greek</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">el</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0408 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1032</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Hebrew</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">he</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;040D </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1037</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Hindi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">hi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0439 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1081</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Hungarian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">hu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;040E </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1038</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Icelandic</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">is</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;040F </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1039</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Indonesian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">id</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0421 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1057</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Italian &#8211; Italy</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">it-it</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0410 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1040</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Italian &#8211; Switzerland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">it-ch</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0810 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2064</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Japanese</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ja</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0411 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1041</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Korean</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ko</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0412 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1042</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Latvian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">lv</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0426 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1062</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Lithuanian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">lt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0427 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1063</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">FYRO Macedonian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">mk</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042F </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1071</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Malay &#8211; Malaysia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ms-my</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;043E </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1086</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Malay – Brunei</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ms-bn</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;083E</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2110</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Maltese</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">mt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;043A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1082</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Marathi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">mr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;044E</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1102</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Norwegian &#8211; Bokmål</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">no-no</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0414 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1044</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Norwegian – Nynorsk</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">no-no</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0814</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2068</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Polish</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">pl</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0415 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1045</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Portuguese &#8211; Portugal</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">pt-pt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0816 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2070</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Portuguese &#8211; Brazil</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">pt-br</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0416 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1046</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Raeto-Romance</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">rm</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0417 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1047</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Romanian &#8211; Romania</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ro</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0418 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1048</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Romanian &#8211; Moldova</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ro-mo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0818 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2072</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Russian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ru</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0419 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1049</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Russian &#8211; Moldova</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ru-mo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0819 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2073</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Sanskrit</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;044F</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1103</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Serbian &#8211; Cyrillic</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sr-sp</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C1A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">3098</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Serbian – Latin</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sr-sp</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;081A</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2074</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Setsuana</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">tn</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0432 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1074</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Slovenian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sl</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0424 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1060</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Slovak</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sk</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041B </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1051</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Sorbian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sb</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042E </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1070</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Spain</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-es</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0C0A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1034</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Argentina</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-ar</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;2C0A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">11274</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Bolivia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-bo</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;400A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">16394</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Chile</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-cl</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;340A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">13322</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Colombia</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-co</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;240A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">9226</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Costa Rica</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-cr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;140A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">5130</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Dominican Republic</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-do</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;1C0A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">7178</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Ecuador</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-ec</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;300A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">12298</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Guatemala</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-gt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;100A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">4106</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Honduras</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-hn</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;480A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">18442</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Mexico</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-mx</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;080A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2058</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Nicaragua</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-ni</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;4C0A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">19466</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Panama</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-pa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;180A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">6154</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Peru</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-pe</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;280A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">10250</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Puerto Rico</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-pr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;500A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">20490</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Paraguay</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-py</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;3C0A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">15370</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; El Salvador</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-sv</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;440A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">17418</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Uruguay</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-uy</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;380A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">14346</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Spanish &#8211; Venezuela</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">es-ve</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;200A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">8202</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Sutu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sx</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0430 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1072</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Swahili</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sw</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0441</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1089</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Swedish &#8211; Sweden</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sv-se</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041D </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1053</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Swedish &#8211; Finland</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">sv-fi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;081D </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2077</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Tamil</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ta</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0449</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1097</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Tatar</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">tt</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0X0444</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1092</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Thai</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">th</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041E </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1054</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Turkish</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">tr</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;041F </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1055</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Tsonga</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ts</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0431 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1073</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Ukrainian</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">uk</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0422 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1058</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Urdu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">ur</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0420 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1056</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Uzbek – Cyrillic</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">uz-uz</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0843</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">2115</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Uzbek – Latin</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">uz-uz</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0443</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1091</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Vietnamese</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">vi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;042A </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1066</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Xhosa</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">xh</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0434 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1076</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Yiddish</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">yi</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;043D </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1085</span></td>
</tr>
<tr valign="top">
<td style="font-family: Courier New"><span style="font-size: x-small">Zulu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">zu</span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">0&#215;0435 </span></td>
<td style="font-family: Courier New"><span style="font-size: x-small">1077</span></td>
</tr>
</tbody>
</table>
<p>También es posible cambiar este valor utilizando otra función en ASP llamada SetLocale.</p>
<p>Un ejemplo para cambiar la cultura sería:<br />
<code>SetLocale("es-ar")</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=2076&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309' rel='bookmark' title='Permanent Link: ¿Cómo configuro la conexión a base de datos SQL Server con ASP?'>¿Cómo configuro la conexión a base de datos SQL Server con ASP?</a> <small>Mediante el siguiente ejemplo, puede realizarse una conexión a SQL Server con código ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a Access con ASP?'>¿Cómo se realiza una conexión a Access con ASP?</a> <small>El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/configurar" title="configurar" rel="tag">configurar</a>, <a href="http://dattatecayuda.com/tag/configuro" title="configuro" rel="tag">configuro</a>, <a href="http://dattatecayuda.com/tag/cultura" title="cultura" rel="tag">cultura</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/tag/getlocale" title="getlocale" rel="tag">getlocale</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net" title="Observo un error de ASP o .NET" rel="tag">Observo un error de ASP o .NET</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/tag/setlocale" title="setlocale" rel="tag">setlocale</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-configuro-la-cultura-en-asp-getlocale-setlocale/2076/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo creo un formulario en ASP?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:24:30 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Enviar emails desde la web]]></category>
		<category><![CDATA[Formulario de contacto no funciona]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[consulta]]></category>
		<category><![CDATA[correo]]></category>
		<category><![CDATA[e-mails]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=328</guid>
		<description><![CDATA[Ejemplo para crear un formulario de envío de correos en ASP


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Ejemplo para crear un formulario de envío de correos en ASP</strong>:</p>
<p><code>&lt;%@LANGUAGE="VBSCRIPT" %&gt;<br />
&lt;!-- Ejemplo de Formulario de envio de correos utilizando ASP --&gt;<br />
&lt;!-- Este codigo debe ser colocado en un archivo de extension .asp --&gt;<br />
&lt;!--METADATA TYPE="TypeLib" FILE="E:\WINDOWS\system32\cdosys.dll" --&gt;<br />
&lt;!-- Formulario para completar con los datos --&gt;<br />
&lt;form action="test_mail.asp" method="POST"&gt;<br />
E-mail destinatario: &lt;input type="text" name="destinatario" width="50"&gt;&lt;/input&gt;&lt;br/&gt;<br />
Titulo Consulta: &lt;input type="text" name="TituloConsulta" width="50" &gt;&lt;/input&gt;&lt;br/&gt;<br />
Texto Consulta: &lt;TEXTAREA NAME="Consulta"      ROWS="10"  COLS="50"&gt;    &lt;/TEXTAREA&gt;   &lt;br/&gt;<br />
&lt;input type="submit" value="Enviar e-mail" /&gt;&lt;input type="hidden" name="enviar" value="1"/&gt;<br />
&lt;/form&gt;<br />
&lt;!-- Fin Formulario para completar con los datos --&gt;<br />
&lt;%<br />
' Se verifica que los datos han sido enviados desde el formulario, para la validación con el SMTP<br />
DestinatarioCorreo = Request("destinatario")<br />
CuentaDesdeDondeSeEenvia = "CuentaDeCorreo" 'debe ser una creada desde el panel de control nombre@dominio<br />
TextoConsulta= Request("Consulta")<br />
TituloConsulta= Request("TituloConsulta")<br />
If Request("enviar") = 1 Then<br />
If Not Request("usuario") = "" And Not Request("destinatario") = "" Then<br />
' Se crean los objetos necesarios para el envío del correo<br />
Set oMail = Server.CreateObject("CDO.Message")<br />
Set iConf = Server.CreateObject("CDO.Configuration")<br />
Set Flds = iConf.Fields<br />
' Se configuran los parametros necesarios para el envío<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "http://127.0.0.1"<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10<br />
iConf.Fields.Update<br />
' Se asignan las propiedades de configuración al objeto<br />
Set oMail.Configuration = iConf<br />
oMail.To = DestinatarioCorreo<br />
oMail.From = CuentaDesdeDondeSeEenvia<br />
oMail.Subject = TituloConsulta<br />
oMail.TextBody = TextoConsulta<br />
' Se envía el correo<br />
oMail.Send<br />
' Se destruyen los objetos<br />
Set iConf = Nothing<br />
Set Flds = Nothing<br />
Else<br />
' Respuesta en caso de que no se completen todos los datos<br />
Response.Write("Complete todos los campos para ejecutar el ejemplo")<br />
End If<br />
End If<br />
%&gt;</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=328&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/consulta" title="consulta" rel="tag">consulta</a>, <a href="http://dattatecayuda.com/tag/correo" title="correo" rel="tag">correo</a>, <a href="http://dattatecayuda.com/tag/e-mails" title="e-mails" rel="tag">e-mails</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/enviar-emails-desde-la-web-asp-net-cdo" title="Enviar emails desde la web" rel="tag">Enviar emails desde la web</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/tag/formulario" title="formulario" rel="tag">formulario</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/formulario-de-contacto" title="Formulario de contacto no funciona" rel="tag">Formulario de contacto no funciona</a>, <a href="http://dattatecayuda.com/tag/mail" title="mail" rel="tag">mail</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo utilizo el componente ASP Jpeg?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-utilizo-el-componente-asp-jpeg/325</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-utilizo-el-componente-asp-jpeg/325#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:12:04 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[Utilizo el componente Jpeg o Upload]]></category>
		<category><![CDATA[es]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=325</guid>
		<description><![CDATA[El componente ASP Jpeg disponible en nuestros planes en plataforma Microsoft Windows 2003 puede utilizarse de diferentes maneras.

A continuación encontrará un ejemplo de cambio de tamaño de una imagen, muy útil para generar thumbnails para su sitio


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-subir-archivos-con-asp-y-el-componente-asp-upload/313' rel='bookmark' title='Permanent Link: ¿Cómo subir archivos con ASP y el componente ASP Upload?'>¿Cómo subir archivos con ASP y el componente ASP Upload?</a> <small>Mediante el uso del componente ASP Upload, disponible en la plataforma Microsoft Windows, ud. podrá...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a Access con ASP?'>¿Cómo se realiza una conexión a Access con ASP?</a> <small>El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>El componente ASP Jpeg disponible en nuestros planes en plataforma Microsoft Windows 2003 puede utilizarse de diferentes maneras.</p>
<p>A continuación encontrará un ejemplo de cambio de tamaño de una imagen, muy útil para generar thumbnails para su sitio:</p>
<p><code>&lt;%<br />
' Se crea el objeto<br />
Set Jpeg = Server.CreateObject("Persits.Jpeg")<br />
' Se carga la imagen a transformar<br />
Jpeg.Open Server.MapPath("/ejemplos/asp/test.gif")<br />
' Nuevo largo<br />
L = 100<br />
' Se indican los nuevos valores<br />
Jpeg.Width = L<br />
Jpeg.Height = Jpeg.OriginalHeight * L / Jpeg.OriginalWidth<br />
'Se guarda la nueva imagen<br />
Jpeg.Save Server.MapPath("/ejemplos/asp/test_small.gif")<br />
%&gt;</code></p>
<p>Imagen original: (/ejemplos/asp/test.gif)<br />
<code>&lt;img src="/ejemplos/asp/test.gif" border="0" /&gt;</code></p>
<p>Imagen modificada: (guardada en /ejemplos/asp/test_small.gif)<br />
<code>&lt;img src="/ejemplos/asp/test_small.gif" border="0" /&gt;</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=325&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-subir-archivos-con-asp-y-el-componente-asp-upload/313' rel='bookmark' title='Permanent Link: ¿Cómo subir archivos con ASP y el componente ASP Upload?'>¿Cómo subir archivos con ASP y el componente ASP Upload?</a> <small>Mediante el uso del componente ASP Upload, disponible en la plataforma Microsoft Windows, ud. podrá...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a Access con ASP?'>¿Cómo se realiza una conexión a Access con ASP?</a> <small>El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/utilizo-el-componente-jpeg-upload" title="Utilizo el componente Jpeg o Upload" rel="tag">Utilizo el componente Jpeg o Upload</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-utilizo-el-componente-asp-jpeg/325/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo envío e-mails con ASP y el componente ASP Mail?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:07:51 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Enviar emails desde la web]]></category>
		<category><![CDATA[Formulario de contacto no funciona]]></category>
		<category><![CDATA[No puedo enviar emails]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[consulta]]></category>
		<category><![CDATA[e-mails]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=317</guid>
		<description><![CDATA[El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de e-mails mediante ASP y el componente ASP Mail, en plataformas Microsoft Windows 2003


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de e-mails mediante ASP y el componente ASP Mail, en plataformas Microsoft Windows 2003:</p>
<p><code>&lt;%@LANGUAGE="VBSCRIPT" %&gt;<br />
&lt;!-- Formulario para completar con los datos --&gt;<br />
&lt;form action="test_aspmail.asp" method="POST"&gt;<br />
Usuario smtp: &lt;input type="text" value="" name="usuario"&gt;&lt;/input&gt; &lt;br /&gt;<br />
(El usuario puede encontrarlo en el panel de control, E-mail, Administrar cuentas)&lt;br/&gt;<br />
Contraseña smtp: &lt;input type="password" value="" name="passwd"&gt;&lt;/input&gt;&lt;br/&gt;<br />
(La contraseña de su correo electrónico)&lt;br/&gt;<br />
E-mail destinatario: &lt;input type="text" name="destinatario" width="50"&gt;&lt;/input&gt;&lt;br/&gt;<br />
&lt;input type="submit" value="Enviar e-mail" /&gt;<br />
&lt;input type="hidden" name="enviar" value="1"/&gt;<br />
&lt;/form&gt;<br />
&lt;!-- Fin Formulario para completar con los datos --&gt;<br />
&lt;%<br />
' Se verifica que los datos han sido enviados desde el formulario, para la validación con el SMTP<br />
If Request("enviar") = 1 Then<br />
If Not Request("usuario") = "" And Not Request("passwd") = "" And Not Request("destinatario") = "" Then<br />
Set Mail = Server.CreateObject("Persits.MailSender")<br />
Mail.Host = "localhost"<br />
Mail.Username = Request("usuario")<br />
Mail.Password = Request("passwd")<br />
Mail.AddAddress Request("destinatario")<br />
Mail.From = "noreply@ferozowindows.com.ar"<br />
Mail.FromName = "Ferozo Windows Edition"<br />
Mail.Subject = "E-mail de prueba"<br />
Mail.Body = "Este es un e-mail enviado desde la página de ejemplo de Ferozo Windows Edition"<br />
Mail.Send<br />
If Err &lt;&gt; 0 Then<br />
Response.Write "Ha ocurrido un error: " &amp; Err.Description<br />
End If<br />
Set Mail = Nothing<br />
Else<br />
' Respuesta en caso de que no se completen todos los datos<br />
Response.Write("Complete todos los campos para ejecutar el ejemplo")<br />
End If<br />
End If<br />
%&gt;</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=317&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y CDO?'>¿Cómo envío e-mails con ASP y CDO?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/consulta" title="consulta" rel="tag">consulta</a>, <a href="http://dattatecayuda.com/tag/e-mails" title="e-mails" rel="tag">e-mails</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/enviar-emails-desde-la-web-asp-net-cdo" title="Enviar emails desde la web" rel="tag">Enviar emails desde la web</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/tag/formulario" title="formulario" rel="tag">formulario</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/formulario-de-contacto" title="Formulario de contacto no funciona" rel="tag">Formulario de contacto no funciona</a>, <a href="http://dattatecayuda.com/tag/mail" title="mail" rel="tag">mail</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/correo-electronico-web-hosting-soporte-tecnico-es-sa/no-puedo-enviar-emails" title="No puedo enviar emails" rel="tag">No puedo enviar emails</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo subir archivos con ASP y el componente ASP Upload?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-subir-archivos-con-asp-y-el-componente-asp-upload/313</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-subir-archivos-con-asp-y-el-componente-asp-upload/313#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:01:23 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[Utilizo el componente Jpeg o Upload]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=313</guid>
		<description><![CDATA[Mediante el uso del componente ASP Upload, disponible en la plataforma Microsoft Windows, ud. podrá subir archivos en su sitio, a través de un formulario y un script ASP.


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-utilizo-el-componente-asp-jpeg/325' rel='bookmark' title='Permanent Link: ¿Cómo utilizo el componente ASP Jpeg?'>¿Cómo utilizo el componente ASP Jpeg?</a> <small>El componente ASP Jpeg disponible en nuestros planes en plataforma Microsoft Windows 2003 puede utilizarse...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Mediante el uso del componente ASP Upload, disponible en la plataforma Microsoft Windows, ud. podrá subir archivos en su sitio, a través de un formulario y un script ASP.<br />
El siguiente ejemplo muestra el código de ambos archivos:</p>
<p>Archivo form.asp</p>
<p><code>&lt;HTML&gt;<br />
&lt;BODY BGCOLOR="#FFFFFF"&gt;<br />
&lt;FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="test_aspupload.asp"&gt;<br />
&lt;INPUT TYPE="FILE" SIZE="40" NAME="FILE1"&gt;<br />
&lt;INPUT TYPE=SUBMIT VALUE="Subir archivos!"&gt;<br />
&lt;/FORM&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</code></p>
<p>archivo test_aspupload.asp</p>
<p><code>&lt;HTML&gt;<br />
&lt;BODY&gt;<br />
&lt;%<br />
Set Upload = Server.CreateObject("Persits.Upload")<br />
Count = Upload.SaveVirtual("/ejemplos")<br />
Response.Write Count &amp; " archivos(s) subidos correctamente en /ejemplos"<br />
Set Upload = Nothing<br />
%&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=313&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-utilizo-el-componente-asp-jpeg/325' rel='bookmark' title='Permanent Link: ¿Cómo utilizo el componente ASP Jpeg?'>¿Cómo utilizo el componente ASP Jpeg?</a> <small>El componente ASP Jpeg disponible en nuestros planes en plataforma Microsoft Windows 2003 puede utilizarse...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/tag/formulario" title="formulario" rel="tag">formulario</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/tag/script" title="script" rel="tag">script</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a>, <a href="http://dattatecayuda.com/tag/upload" title="Upload" rel="tag">Upload</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/utilizo-el-componente-jpeg-upload" title="Utilizo el componente Jpeg o Upload" rel="tag">Utilizo el componente Jpeg o Upload</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-subir-archivos-con-asp-y-el-componente-asp-upload/313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo configuro la conexión a base de datos SQL Server con ASP?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309#comments</comments>
		<pubDate>Sat, 15 Aug 2009 18:55:45 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Intento conexion a base de datos]]></category>
		<category><![CDATA[Mi codigo es ASP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[base de datos]]></category>
		<category><![CDATA[conexión]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=309</guid>
		<description><![CDATA[Mediante el siguiente ejemplo, puede realizarse una conexión a SQL Server con código ASP


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-sql-server-con-asp-net/335' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a SQL Server con ASP.NET?'>¿Cómo se realiza una conexión a SQL Server con ASP.NET?</a> <small>El siguiente ejemplo realiza una conexión contra SQL Server mediante autenticación integrada y obtiene datos...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-la-conexion-a-base-de-datos-sql-server-con-odbc-en-php/1852' rel='bookmark' title='Permanent Link: ¿Cómo realizo la conexión a base de datos SQL Server con ODBC en PHP?'>¿Cómo realizo la conexión a base de datos SQL Server con ODBC en PHP?</a> <small>Una de las formas de conectarse a SQL Server con PHP en nuestras plataformas Windows...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-establezco-la-conexion-a-base-de-datos-ms-access-con-asp-net/343' rel='bookmark' title='Permanent Link: ¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?'>¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?</a> <small>Con ASP.NET y la utilización de los objetos propios de .NET Framework, es posible realizar...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Mediante el siguiente ejemplo, puede realizarse una conexión a <span class="Destacado">SQL Server</span> con código <span class="Destacado">ASP</span></p>
<p><code>&lt;%<br />
'Se crea el objeto de la conexión<br />
set Conex = Server.CreateObject("ADODB.Connection")<br />
'Se especifica la ubicación de la base de datos SQL Server<br />
Conex.ConnectionString = "Provider=SQLOLEDB.1;" &amp; _<br />
"Data Source=.;" &amp; _<br />
"Integrated Security=SSPI;" &amp; _<br />
"Persist Security Info=False;" &amp; _<br />
"Initial Catalog=testconndb"<br />
'Provider: Proveedor<br />
'Integrated Security=SSPI: Seguridad integrada de windows<br />
'Initial Catalog: Base de datos<br />
'Data Source: SQL Server (. = localhost)<br />
'Se abre la conexión y se ejecuta una consulta<br />
Conex.Open set Rs = Server.CreateObject("adodb.recordset")<br />
set Rs = Conex.Execute("SELECT * FROM tabla")<br />
Response.Write Rs("Campo")<br />
Conex.Close<br />
'Se eliminan los objetos de la memoria<br />
Set Rs = Nothing Set Conex = Nothing<br />
%&gt;</code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=309&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-sql-server-con-asp-net/335' rel='bookmark' title='Permanent Link: ¿Cómo se realiza una conexión a SQL Server con ASP.NET?'>¿Cómo se realiza una conexión a SQL Server con ASP.NET?</a> <small>El siguiente ejemplo realiza una conexión contra SQL Server mediante autenticación integrada y obtiene datos...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-la-conexion-a-base-de-datos-sql-server-con-odbc-en-php/1852' rel='bookmark' title='Permanent Link: ¿Cómo realizo la conexión a base de datos SQL Server con ODBC en PHP?'>¿Cómo realizo la conexión a base de datos SQL Server con ODBC en PHP?</a> <small>Una de las formas de conectarse a SQL Server con PHP en nuestras plataformas Windows...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-establezco-la-conexion-a-base-de-datos-ms-access-con-asp-net/343' rel='bookmark' title='Permanent Link: ¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?'>¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?</a> <small>Con ASP.NET y la utilización de los objetos propios de .NET Framework, es posible realizar...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/base-de-datos" title="base de datos" rel="tag">base de datos</a>, <a href="http://dattatecayuda.com/tag/conexion" title="conexión" rel="tag">conexión</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/intento-conexion-a-base-de-datos-asp-net" title="Intento conexion a base de datos" rel="tag">Intento conexion a base de datos</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/bases-de-datos-web-hosting-soporte-tecnico-es-sa/sql-server-bases-de-datos-web-hosting-soporte-tecnico-es-sa/error-de-conexion-sql/codigo-asp-sql" title="Mi codigo es ASP" rel="tag">Mi codigo es ASP</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a>, <a href="http://dattatecayuda.com/tag/sql" title="SQL" rel="tag">SQL</a>, <a href="http://dattatecayuda.com/tag/sql-server" title="SQL server" rel="tag">SQL server</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Que es ASP?</title>
		<link>http://dattatecayuda.com/%c2%bfque-es-asp/237</link>
		<comments>http://dattatecayuda.com/%c2%bfque-es-asp/237#comments</comments>
		<pubDate>Sat, 15 Aug 2009 00:53:40 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[creación]]></category>
		<category><![CDATA[pagina]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=237</guid>
		<description><![CDATA[Es un lenguaje de scripting del lado del servidor.

ASP (Active Server Pages) es la tecnología desarrollada por Microsoft para la creación de páginas dinámicas del servidor. ASP se escribe en la misma página web, utilizando el lenguaje Visual Basic Script o Jscript (Javascript de Microsoft).


<ol><li><a href='http://dattatecayuda.com/%c2%bfque-es-php/1860' rel='bookmark' title='Permanent Link: ¿Qué es PHP?'>¿Qué es PHP?</a> <small>PHP es el acrónimo de Hipertext Preprocesor. Es un lenguaje de programación del lado del...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfque-es-frontpage/351' rel='bookmark' title='Permanent Link: ¿Qué es Frontpage?'>¿Qué es Frontpage?</a> <small>FrontPage es un sistema de desarrollo y publicación de páginas web...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Es un lenguaje de scripting del lado del servidor.</p>
<p><span class="Destacado">ASP</span> (Active Server Pages) es la tecnología desarrollada por Microsoft para la creación de páginas dinámicas del servidor. <span class="Destacado">ASP</span> se escribe en la misma página web, utilizando el lenguaje Visual Basic Script o Jscript (Javascript de Microsoft).</p>
<p>Un lenguaje del lado del servidor es aquel que se ejecuta en el servidor web, justo antes de que se envíe la página a través de Internet al cliente. Las páginas que se ejecutan en el servidor pueden realizar accesos a bases de datos, conexiones en red, y otras tareas para crear la página final que verá el cliente. El cliente solamente recibe una página con el código HTML resultante de la ejecución de la página <span class="Destacado">ASP</span>. Como la página resultante contiene únicamente código HTML, es compatible con todos los navegadores.</p>
<p>El tipo de servidores que emplean este lenguaje son todos aquellos que funcionan con sistema Windows NT sobre el servidor web para el que está pensado: Internet Information Server.</p>
<p>Con <span class="Destacado">ASP</span> Ud. puede realizar muchos tipos de aplicaciones distintas. Le permite acceso a bases de datos, al sistema de archivos del servidor y en general a todos los recursos que tenga el propio servidor. También tiene la posibilidad de comprar componentes ActiveX fabricados por distintas empresas de desarrollo de software que sirven para realizar múltiples usos, como el envío de correo, generar gráficas dinámicamente y mucho más.</p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=237&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfque-es-php/1860' rel='bookmark' title='Permanent Link: ¿Qué es PHP?'>¿Qué es PHP?</a> <small>PHP es el acrónimo de Hipertext Preprocesor. Es un lenguaje de programación del lado del...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfque-es-frontpage/351' rel='bookmark' title='Permanent Link: ¿Qué es Frontpage?'>¿Qué es Frontpage?</a> <small>FrontPage es un sistema de desarrollo y publicación de páginas web...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/codigo" title="código" rel="tag">código</a>, <a href="http://dattatecayuda.com/tag/creacion" title="creación" rel="tag">creación</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/tag/pagina" title="pagina" rel="tag">pagina</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a>, <a href="http://dattatecayuda.com/tag/windows" title="Windows" rel="tag">Windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfque-es-asp/237/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo envío e-mails con ASP y CDO?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181#comments</comments>
		<pubDate>Sat, 15 Aug 2009 00:45:26 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[DattatecAyuda]]></category>
		<category><![CDATA[Enviar emails desde la web]]></category>
		<category><![CDATA[Formulario de contacto no funciona]]></category>
		<category><![CDATA[No puedo enviar emails]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Admin]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[es-sa]]></category>
		<category><![CDATA[e-mails]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=181</guid>
		<description><![CDATA[El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de e-mails mediante ASP y CDO, en plataformas Microsoft Windows 2003


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de e-mails mediante ASP y CDO, en plataformas Microsoft Windows 2003</p>
<p><code><span style="color: #000000">&lt;%@LANGUAGE="VBSCRIPT" %&gt;<br />
&lt;!--METADATA TYPE="TypeLib" FILE="E:\WINDOWS\system32\cdosys.dll" --&gt;<br />
&lt;!-- Formulario para completar con los datos --&gt; </span><br />
<span style="color: #000000">&lt;form action="test_mail.asp" method="POST"&gt; </span><br />
<span style="color: #000000">Usuario smtp: &lt;input type="text" value="" name="usuario"&gt;&lt;/input&gt; &lt;br /&gt;<br />
(El usuario puede encontrarlo en el panel de control, E-mail, Administrar cuentas)&lt;br/&gt;<br />
</span><br />
<span style="color: #000000">Contraseña smtp: &lt;input type="password" value="" name="passwd"&gt;&lt;/input&gt;&lt;br/&gt;<br />
(La contraseña de su correo electrónico)<br />
</span><br />
<span style="color: #000000">E-mail destinatario: &lt;input type="text" name="destinatario" width="50"&gt;&lt;/input&gt;&lt;br/&gt;<br />
</span><br />
<span style="color: #000000">&lt;input type="submit" value="Enviar e-mail" /&gt;&lt;input type="hidden" name="enviar" value="1"/&gt;<br />
&lt;/form&gt;<br />
</span><br />
<span style="color: #000000">&lt;!-- Fin Formulario para completar con los datos --&gt;<br />
</span><br />
<span style="color: #000000">&lt;%<br />
' Se verifica que los datos han sido enviados desde el formulario, para la validación con el SMTP<br />
If Request("enviar") = 1 Then<br />
If Not Request("usuario") = "" And Not Request("passwd") = "" And Not Request("destinatario") = "" Then<br />
' Se crean los objetos necesarios para el envío del correo<br />
Set oMail = Server.CreateObject("CDO.Message")<br />
Set iConf = Server.CreateObject("CDO.Configuration")<br />
Set Flds = iConf.Fields<br />
</span><br />
<span style="color: #000000">' Se configuran los parametros necesarios para el envío<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "http://127.0.0.1"<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25<br />
</span><br />
<span style="color: #000000">' Se completan los datos del usuario y la contraseña necesarios para el envio<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = Request("usuario")<br />
'usuario smtp<br />
iConf.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = Request("passwd")<br />
'password para STMP<br />
iConf.Fields.Update<br />
' Se asignan las propiedades de configuración al objeto<br />
Set oMail.Configuration = iConf<br />
' Destinatario del correo<br />
oMail.To = Request("destinatario")<br />
' Remitente del correo<br />
oMail.From = "noreply@ferozowindows.com.ar"<br />
' Subject o asunto<br />
oMail.Subject = "E-mail de prueba"<br />
' Cuerpo del mensaje<br />
oMail.TextBody = "Este es un e-mail enviado desde la página de ejemplo de Ferozo Windows Edition"<br />
' Se envía el correo<br />
oMail.Send<br />
' Se destruyen los objetos<br />
Set iConf = Nothing<br />
Set Flds = Nothing<br />
Else<br />
' Respuesta en caso de que no se completen todos los datos<br />
Response.Write("Complete todos los campos para ejecutar el ejemplo")<br />
End If<br />
End If<br />
%&gt;</span></code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=181&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-creo-un-formulario-en-asp/328' rel='bookmark' title='Permanent Link: ¿Cómo creo un formulario en ASP?'>¿Cómo creo un formulario en ASP?</a> <small>Ejemplo para crear un formulario de envío de correos en ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-el-componente-asp-mail/317' rel='bookmark' title='Permanent Link: ¿Cómo envío e-mails con ASP y el componente ASP Mail?'>¿Cómo envío e-mails con ASP y el componente ASP Mail?</a> <small>El siguiente ejemplo genera un formulario y realiza las operaciones necesarias para el envio de...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-el-envio-de-e-mails-con-php-en-windows/1874' rel='bookmark' title='Permanent Link: ¿Cómo realizo el envío de E-mails con PHP en Windows?'>¿Cómo realizo el envío de E-mails con PHP en Windows?</a> <small>El siguiente ejemplo muestra cómo desde su cuenta alojada en un servidor windows, ud puede...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/cat/da" title="DattatecAyuda" rel="tag">DattatecAyuda</a>, <a href="http://dattatecayuda.com/tag/e-mails" title="e-mails" rel="tag">e-mails</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/enviar-emails-desde-la-web-asp-net-cdo" title="Enviar emails desde la web" rel="tag">Enviar emails desde la web</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa" title="es-sa" rel="tag">es-sa</a>, <a href="http://dattatecayuda.com/tag/formulario" title="formulario" rel="tag">formulario</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/formulario-de-contacto" title="Formulario de contacto no funciona" rel="tag">Formulario de contacto no funciona</a>, <a href="http://dattatecayuda.com/tag/mail" title="mail" rel="tag">mail</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/correo-electronico-web-hosting-soporte-tecnico-es-sa/no-puedo-enviar-emails" title="No puedo enviar emails" rel="tag">No puedo enviar emails</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/sa" title="Soporte Admin" rel="tag">Soporte Admin</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-envio-e-mails-con-asp-y-cdo/181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¿Cómo se realiza una conexión a Access con ASP?</title>
		<link>http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151</link>
		<comments>http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:41:58 +0000</pubDate>
		<dc:creator>Dattatec</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[DattatecAyuda]]></category>
		<category><![CDATA[Intento conexion a base de datos]]></category>
		<category><![CDATA[Mi codigo es ASP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Soporte Admin]]></category>
		<category><![CDATA[Soporte Técnico]]></category>
		<category><![CDATA[es]]></category>
		<category><![CDATA[es-sa]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ADODB]]></category>
		<category><![CDATA[conexión]]></category>
		<category><![CDATA[Connection]]></category>
		<category><![CDATA[Inetpub]]></category>
		<category><![CDATA[wwwroot]]></category>

		<guid isPermaLink="false">http://dattatecayuda.com/?p=151</guid>
		<description><![CDATA[El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos


<ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-la-conexion-a-base-de-datos-ms-access-con-php/1846' rel='bookmark' title='Permanent Link: ¿Cómo realizo la conexión a base de datos MS Access con PHP?'>¿Cómo realizo la conexión a base de datos MS Access con PHP?</a> <small>Ud. puede realizar conexiones a bases de datos MS Access mediante código PHP. En el...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309' rel='bookmark' title='Permanent Link: ¿Cómo configuro la conexión a base de datos SQL Server con ASP?'>¿Cómo configuro la conexión a base de datos SQL Server con ASP?</a> <small>Mediante el siguiente ejemplo, puede realizarse una conexión a SQL Server con código ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-establezco-la-conexion-a-base-de-datos-ms-access-con-asp-net/343' rel='bookmark' title='Permanent Link: ¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?'>¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?</a> <small>Con ASP.NET y la utilización de los objetos propios de .NET Framework, es posible realizar...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>El siguiente ejemplo realiza una conexión contra Microsoft Access y obtiene datos</p>
<p><code><span style="color: #0000ff">&lt;% </span><br />
<span style="color: #0000ff">'<span style="color: #0000ff">Se crea el objeto de la conexión<br />
set Conex = Server.CreateObject("ADODB.Connection") </span></span><br />
<span style="color: #0000ff"><span style="color: #0000ff"><br />
'Se especifica la ubicación de la base de datos Access, ya sea mediante una ruta absoluta<br />
'o relativa a la ubicación de la página<br />
'Conex.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=C:\Inetpub\wwwroot\asp\test.mdb"<br />
Conex.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" &amp; Server.MapPath( "test.mdb" ) </span></span><br />
<span style="color: #0000ff"><span style="color: #0000ff"><br />
'Se abre la conexión y se ejecuta una consulta<br />
Conex.Open </span></span><br />
<span style="color: #0000ff"><span style="color: #0000ff"><br />
set Rs = Server.CreateObject("adodb.recordset")<br />
set Rs = Conex.Execute("SELECT * FROM tabla")<br />
Response.Write Rs("Campo") </span></span><br />
<span style="color: #0000ff"><span style="color: #0000ff"><br />
Conex.Close<br />
'Se eliminan los objetos de la memoria<br />
Set Rs = Nothing<br />
Set Conex = Nothing</span></span><br />
<span style="color: #0000ff">%&gt;</span></code></p>
<img src="http://dattatecayuda.com/?ak_action=api_record_view&id=151&type=feed" alt="" />

<p><ol><li><a href='http://dattatecayuda.com/%c2%bfcomo-realizo-la-conexion-a-base-de-datos-ms-access-con-php/1846' rel='bookmark' title='Permanent Link: ¿Cómo realizo la conexión a base de datos MS Access con PHP?'>¿Cómo realizo la conexión a base de datos MS Access con PHP?</a> <small>Ud. puede realizar conexiones a bases de datos MS Access mediante código PHP. En el...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-configuro-la-conexion-a-base-de-datos-sql-server-con-asp/309' rel='bookmark' title='Permanent Link: ¿Cómo configuro la conexión a base de datos SQL Server con ASP?'>¿Cómo configuro la conexión a base de datos SQL Server con ASP?</a> <small>Mediante el siguiente ejemplo, puede realizarse una conexión a SQL Server con código ASP...</small></li>
<li><a href='http://dattatecayuda.com/%c2%bfcomo-establezco-la-conexion-a-base-de-datos-ms-access-con-asp-net/343' rel='bookmark' title='Permanent Link: ¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?'>¿Cómo establezco la conexión a base de datos MS Access con ASP.NET?</a> <small>Con ASP.NET y la utilización de los objetos propios de .NET Framework, es posible realizar...</small></li>
</ol></p>
	Etiquetas: <a href="http://dattatecayuda.com/tag/access" title="Access" rel="tag">Access</a>, <a href="http://dattatecayuda.com/tag/adodb" title="ADODB" rel="tag">ADODB</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/asp" title="ASP" rel="tag">ASP</a>, <a href="http://dattatecayuda.com/tag/conexion" title="conexión" rel="tag">conexión</a>, <a href="http://dattatecayuda.com/tag/connection" title="Connection" rel="tag">Connection</a>, <a href="http://dattatecayuda.com/cat/da" title="DattatecAyuda" rel="tag">DattatecAyuda</a>, <a href="http://dattatecayuda.com/cat/da/es" title="es" rel="tag">es</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa" title="es-sa" rel="tag">es-sa</a>, <a href="http://dattatecayuda.com/tag/inetpub" title="Inetpub" rel="tag">Inetpub</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/sitio-web-web-hosting-soporte-tecnico-es-sa/error-asp-net/intento-conexion-a-base-de-datos-asp-net" title="Intento conexion a base de datos" rel="tag">Intento conexion a base de datos</a>, <a href="http://dattatecayuda.com/cat/sa/es-sa/soporte-tecnico-es-sa/web-hosting-soporte-tecnico-es-sa/bases-de-datos-web-hosting-soporte-tecnico-es-sa/ms-access-bases-de-datos-web-hosting-soporte-tecnico-es-sa/error-conexion-access/codigo-asp-access" title="Mi codigo es ASP" rel="tag">Mi codigo es ASP</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico/programacion" title="Programación" rel="tag">Programación</a>, <a href="http://dattatecayuda.com/cat/sa" title="Soporte Admin" rel="tag">Soporte Admin</a>, <a href="http://dattatecayuda.com/cat/da/es/soporte-tecnico" title="Soporte Técnico" rel="tag">Soporte Técnico</a>, <a href="http://dattatecayuda.com/tag/wwwroot" title="wwwroot" rel="tag">wwwroot</a><br />
]]></content:encoded>
			<wfw:commentRss>http://dattatecayuda.com/%c2%bfcomo-se-realiza-una-conexion-a-access-con-asp/151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
