<?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"
>

<channel>
	<title>tds</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/tds/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>tds</description>
	<pubDate>Sun, 21 Mar 2010 23:06:11+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>jdbc driver 4 and the common types of jdbc connection string</title>
		<link>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</link>
		<comments>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:25:21+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[microsoft sqlserver]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[jcp]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[connection string]]></category>
<category><![CDATA[tds]]></category>
<category><![CDATA[odbc bridge]]></category>
<category><![CDATA[jtds]]></category>
<category><![CDATA[string 1]]></category>
<category><![CDATA[type3]]></category>
<category><![CDATA[wfs]]></category>
<category><![CDATA[type2]]></category>
<category><![CDATA[portability]]></category>
<category><![CDATA[productid]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</guid>
		<description><![CDATA[1: jdbc driver 4 types Type1: through the use of JDBC-odbc bridge to connect oracle, poor portability Type2: oracle oci: relatively poor portability, it is necessary to depend on the oracle of the oci ...]]></description>
		<content:encoded><![CDATA[1: jdbc driver 4 types Type1: through the use of JDBC-odbc bridge to connect oracle, poor portability Type2: oracle oci: relatively poor portability, it is necessary to depend on the oracle of the oci ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jdbc-driver-4-and-the-common-types-of-jdbc-connection-string/</wfw:commentRss>
	</item>
		<item>
		<title>JDBC database connections commonly used written</title>
		<link>http://www.codeweblog.com/jdbc-database-connections-commonly-used-written/</link>
		<comments>http://www.codeweblog.com/jdbc-database-connections-commonly-used-written/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[sourceforge]]></category>
<category><![CDATA[microsoft sqlserver]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[postgresql]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[database connections]]></category>
<category><![CDATA[tds]]></category>
<category><![CDATA[sun]]></category>
<category><![CDATA[jtds]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jdbc-database-connections-commonly-used-written/</guid>
		<description><![CDATA[JDBC database connections commonly used title written zlyperson (original) Keyword JDBC Sybase MySQL SQLServer PostgreSQL Oracle ODBC 1. MySQL ( http://www.mysql.com) mm.mysql-2.0.2-bin.jar / Class.fo ...]]></description>
		<content:encoded><![CDATA[JDBC database connections commonly used title written zlyperson (original) Keyword JDBC Sybase MySQL SQLServer PostgreSQL Oracle ODBC 1. MySQL ( http://www.mysql.com) mm.mysql-2.0.2-bin.jar / Class.fo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jdbc-database-connections-commonly-used-written/</wfw:commentRss>
	</item>
		<item>
		<title>Encyclopedia of JDBC database connectivity</title>
		<link>http://www.codeweblog.com/encyclopedia-of-jdbc-database-connectivity/</link>
		<comments>http://www.codeweblog.com/encyclopedia-of-jdbc-database-connectivity/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 11:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[sourceforge]]></category>
<category><![CDATA[microsoft sqlserver]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[postgresql]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[database connections]]></category>
<category><![CDATA[tds]]></category>
<category><![CDATA[sun]]></category>
<category><![CDATA[database connectivity]]></category>
<category><![CDATA[encyclopedia]]></category>
<category><![CDATA[jtds]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/encyclopedia-of-jdbc-database-connectivity/</guid>
		<description><![CDATA[JDBC database connections commonly used title written zlyperson (original) Keyword JDBC Sybase MySQL SQLServer PostgreSQL Oracle ODBC 1. MySQL (http://www.mysql.com) mm.mysql-2.0.2-bin.jar / Class.for ...]]></description>
		<content:encoded><![CDATA[JDBC database connections commonly used title written zlyperson (original) Keyword JDBC Sybase MySQL SQLServer PostgreSQL Oracle ODBC 1. MySQL (http://www.mysql.com) mm.mysql-2.0.2-bin.jar / Class.for ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/encyclopedia-of-jdbc-database-connectivity/</wfw:commentRss>
	</item>
		<item>
		<title>ubuntu under the rails how to connect sqlserver?</title>
		<link>http://www.codeweblog.com/ubuntu-under-the-rails-how-to-connect-sqlserver/</link>
		<comments>http://www.codeweblog.com/ubuntu-under-the-rails-how-to-connect-sqlserver/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[192]]></category>
<category><![CDATA[yml]]></category>
<category><![CDATA[linux]]></category>
<category><![CDATA[rubyonrails]]></category>
<category><![CDATA[odbc installation]]></category>
<category><![CDATA[driver usr]]></category>
<category><![CDATA[port 1433]]></category>
<category><![CDATA[odbc dsn]]></category>
<category><![CDATA[db name]]></category>
<category><![CDATA[ms sql]]></category>
<category><![CDATA[sqsh]]></category>
<category><![CDATA[tds]]></category>
<category><![CDATA[unixodbc]]></category>
<category><![CDATA[platforms]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ubuntu-under-the-rails-how-to-connect-sqlserver/</guid>
		<description><![CDATA[Rails to connect SQL SERVER is a more complicated matter. Since different platforms are different methods of treatment. Take linux for a different release version has a different treatment methods. Re ...]]></description>
		<content:encoded><![CDATA[Rails to connect SQL SERVER is a more complicated matter. Since different platforms are different methods of treatment. Take linux for a different release version has a different treatment methods. Re ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/workspace-run-under-different-eclipse/" title="Workspace run under different Eclipse">Workspace run under different Eclipse</a> 2009-02-28 14:15:01</li>
					<li><a href="http://www.codeweblog.com/struts2-spring-hibernate-integration-of-easy/" title="Struts2 Spring Hibernate integration of easy">Struts2 Spring Hibernate integration of easy</a> 2009-02-27 14:55:15</li>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/struts2-spring-hibernate-s-easy-to-integrate/" title="Struts2 Spring Hibernate's easy to integrate">Struts2 Spring Hibernate's easy to integrate</a> 2009-02-27 13:51:59</li>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ubuntu-under-the-rails-how-to-connect-sqlserver/</wfw:commentRss>
	</item>
	</channel>
</rss>
