<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Dudas de Programacion &#187; Tag: access - Recent Posts</title>
		<link>http://www.dudasprogramacion.com/tags/access</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 21:30:54 +0000</pubDate>
		<generator>bbpress 1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.dudasprogramacion.com/search.php</link>
		</textInput>
		<atom:link href="http://www.dudasprogramacion.com/rss/tags/access" rel="self" type="application/rss+xml" />

		<item>
			<title>diego11 on "Conexión Java+Access"</title>
			<link>http://www.dudasprogramacion.com/topic/conexion-javaaccess#post-230</link>
			<pubDate>Thu, 01 Oct 2009 23:20:42 +0000</pubDate>
			<dc:creator>diego11</dc:creator>
			<guid isPermaLink="false">230@http://www.dudasprogramacion.com/</guid>
			<description><p>Éste es el enlace hacia un tutorial paso a paso que a mi me sirvió: <a href="http://autorneto.com/tecnologia/programacion/como-conectar-aplicacion-java-con-una-base-de-datos-access-en-windows-xp/" rel="nofollow">http://autorneto.com/tecnologia/programacion/como-conectar-aplicacion-java-con-una-base-de-datos-access-en-windows-xp/</a>
</p></description>
		</item>
		<item>
			<title>ofl666 on "Conexión Java+Access"</title>
			<link>http://www.dudasprogramacion.com/topic/conexion-javaaccess#post-196</link>
			<pubDate>Sat, 29 Aug 2009 12:53:32 +0000</pubDate>
			<dc:creator>ofl666</dc:creator>
			<guid isPermaLink="false">196@http://www.dudasprogramacion.com/</guid>
			<description><p>Buenas,</p>
<p>estoy intentando conectarme a una BBDD Access pero me salta una excepción, me intento conectar con estas líneas:</p>
<p>String sUrl = &#34;jdbc:odbc:Driver={Microsoft Access Driver(*.mdb)};DBQ=c:/GestionCentro.mdb&#34;;<br />
String sDriver= &#34;sun.jdbc.odbc.JdbcOdbcDriver&#34;;<br />
Connection objConnection = null;<br />
try<br />
{<br />
Class.forName(sDriver).newInstance();<br />
}<br />
catch (Exception e)<br />
{<br />
}</p>
<p>try<br />
{<br />
objConnection = DriverManager.getConnection(sUrl,&#34;&#34;,&#34;&#34;);<br />
}<br />
catch (java.sql.SQLException e)<br />
{<br />
}</p>
<p>La excepción salta en la línea:<br />
objConnection = DriverManager.getConnection(sUrl,&#34;&#34;,&#34;&#34;);</p>
<p>y dice así:<br />
[Microsoft][Administrador de controladores ODBC]No se encuentra el nombre del origen de datos y no se especifico controlador predeterminado.</p>
<p>La ruta es la correcta, y el controlador ODBC tiene la configuración por defecto:<br />
Controlador Microsoft Access Driver(*.mdb) en DSN de usuario y nada en DSN de sistema</p>
<p>Del JDBC no se nada, ni si esta, ni donde, ni si esta configurado pero he leido que lo instala java por defecto.
</p></description>
		</item>
		<item>
			<title>yeradis on "ASP y Consultas Access"</title>
			<link>http://www.dudasprogramacion.com/topic/asp-y-consultas-access#post-65</link>
			<pubDate>Tue, 31 Mar 2009 13:22:11 +0000</pubDate>
			<dc:creator>yeradis</dc:creator>
			<guid isPermaLink="false">65@http://www.dudasprogramacion.com/</guid>
			<description><p>Saludos y buen dia</p>
<p>Aqui te dejo unos enlaces que estan en ingles las paginas pero el codigo se deja entender bastante bien ;) </p>
<p>Esto es lo que estas buscando :<br />
<a href="http://www.webconcerns.co.uk/asp/accessqueries/accessqueries.asp" rel="nofollow">http://www.webconcerns.co.uk/asp/accessqueries/accessqueries.asp</a></p>
<p>Y este otro ejemplo tambien te serviria :</p>
<pre class="asp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">...</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #990099; font-weight: bold;">Set</span> objConn <span style="color: #006600; font-weight: bold;">=</span> <span style="color: #990099; font-weight: bold;">Server</span>.<span style="color: #330066;">CreateObject</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;ADODB.Connection&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">objConn.<span style="color: #330066;">Open</span> <span style="color: #cc0000;">&quot;Provider=Microsoft.Jet.OLEDB.4.0; Data Source=&quot;</span> <span style="color: #006600; font-weight: bold;">&amp;</span>#<span style="color: #800000;">38</span><span style="color: #006600; font-weight: bold;">;</span> <span style="color: #990099; font-weight: bold;">Server</span>.<span style="color: #330066;">MapPath</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;/MIDB.mdb&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #990099; font-weight: bold;">Set</span> objRS <span style="color: #006600; font-weight: bold;">=</span> <span style="color: #990099; font-weight: bold;">Server</span>.<span style="color: #330066;">CreateObject</span><span style="color: #006600; font-weight:bold;">&#40;</span><span style="color: #cc0000;">&quot;ADODB.Recordset&quot;</span><span style="color: #006600; font-weight:bold;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">strQuery <span style="color: #006600; font-weight: bold;">=</span> <span style="color: #cc0000;">&quot;MIQUERY&quot;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">objRS.<span style="color: #330066;">Open</span> strQuery, objConn, <span style="color: #800000;">0</span>, <span style="color: #800000;">4</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">...</div></li></ol></pre>
<p>El ejemplo es de esta pagina : <a href="http://www.xefteri.com/articles/show.cfm?id=6" rel="nofollow">http://www.xefteri.com/articles/show.cfm?id=6</a></p>
<p>Sin mas<br />
Me despido
</p></description>
		</item>
		<item>
			<title>reelddp on "Abrir un XML desde un Excel"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-un-xml-desde-un-excel#post-37</link>
			<pubDate>Fri, 20 Mar 2009 23:43:58 +0000</pubDate>
			<dc:creator>reelddp</dc:creator>
			<guid isPermaLink="false">37@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola,</p>
<p>Quiero abrir un fichero xml, que ocupa unos 7megas, en excel, para poder modificar una serie de campos facilmente y luego volver a salvar como xml. Se que se puede hacer con Windows XP y excel 2002 pero tengo NT. No tiene que ser excel, puede ser access. </p>
<p>Gracias, Luis
</p></description>
		</item>
		<item>
			<title>Cody on "ASP y Consultas Access"</title>
			<link>http://www.dudasprogramacion.com/topic/asp-y-consultas-access#post-25</link>
			<pubDate>Sat, 14 Mar 2009 17:36:27 +0000</pubDate>
			<dc:creator>Cody</dc:creator>
			<guid isPermaLink="false">25@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, quisiera saber si puedo acceder desde ASP a consultas diseñadas en Access o solo es posible acceder a las tablas. Muchas gracias y un saludo.
</p></description>
		</item>

	</channel>
</rss>

