<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: queued links: database</title>
    <link>http://dzone.com/links/queue/tag/database.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Wed, 25 Nov 2009 05:02:28 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-25T05:02:28Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/queue/database/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Database Connections in PHP (MSSQL, MySQL, MDB, XLS Connections)</title>
      <link>http://dzone.com/links/rss/database_connections_in_php_mssql_mysql_mdb_xls_c.html</link>
      <description>We can use mysql_connect and mysql_select_db functions to create our connections. For closing the connections there is mysql_close function. These are basic functions of managing connections in PHP. There are also a lot of classes made by developers for free.</description>
      <category>database</category>
      <category>how-to</category>
      <category>php</category>
      <pubDate>Tue, 24 Nov 2009 21:40:48 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302671.html</guid>
      <dc:creator>memiso</dc:creator>
      <dc:date>2009-11-24T21:40:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/database_connections_in_php_mssql_mysql_mdb_xls_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302671.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>We can use mysql_connect and mysql_select_db functions to create our connections. For closing the connections there is mysql_close function. These are basic functions of managing connections in PHP. There are also a lot of classes made by developers for free.
<br/><br/><a href='http://dzone.com/links/rss/database_connections_in_php_mssql_mysql_mdb_xls_c.html'><img src='http://dzone.com/links/voteCountImage?linkId=302671' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302671</dz:linkId>
      <dz:submitDate>2009-11-24T21:40:48Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>15</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302671.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>memiso</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/519571.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Mindscape LightSpeed an O/R Mapper Done Right</title>
      <link>http://dzone.com/links/rss/mindscape_lightspeed_an_or_mapper_done_right.html</link>
      <description>This is a brief tutorial on Mindscape LightSpeed, an O/R Mapper which is super easy to setup and use.  I am using on a project now and wanted to share how simple it is to use, compared to something like Entity Framework from Microsoft.</description>
      <category>.net</category>
      <category>database</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Tue, 24 Nov 2009 15:20:47 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302429.html</guid>
      <dc:creator>rbazinet</dc:creator>
      <dc:date>2009-11-24T15:20:47Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/mindscape_lightspeed_an_or_mapper_done_right.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302429.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is a brief tutorial on Mindscape LightSpeed, an O/R Mapper which is super easy to setup and use.  I am using on a project now and wanted to share how simple it is to use, compared to something like Entity Framework from Microsoft.<br/><br/><a href='http://dzone.com/links/rss/mindscape_lightspeed_an_or_mapper_done_right.html'><img src='http://dzone.com/links/voteCountImage?linkId=302429' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302429</dz:linkId>
      <dz:submitDate>2009-11-24T15:20:47Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>18</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302429.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rbazinet</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/182566.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Hitting the upper limit of foreign key constraints</title>
      <link>http://dzone.com/links/rss/hitting_the_upper_limit_of_foreign_key_constraints.html</link>
      <description>There are bugs, and then there are bugs.  We recently hit one that fell directly in crazy-town category.  What exactly would you do if you get this fun message:&#xD;
The query processor ran out of stack space during query optimization. Please simplify the query.</description>
      <category>.net</category>
      <category>database</category>
      <category>tools</category>
      <pubDate>Tue, 24 Nov 2009 14:24:04 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302349.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-24T14:24:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/hitting_the_upper_limit_of_foreign_key_constraints.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302349.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There are bugs, and then there are bugs.  We recently hit one that fell directly in crazy-town category.  What exactly would you do if you get this fun message:
The query processor ran out of stack space during query optimization. Please simplify the query.<br/><br/><a href='http://dzone.com/links/rss/hitting_the_upper_limit_of_foreign_key_constraints.html'><img src='http://dzone.com/links/voteCountImage?linkId=302349' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302349</dz:linkId>
      <dz:submitDate>2009-11-24T14:24:04Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302349.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>SQL SERVER – Interesting Observation – TOP 100 PERCENT and ORDER BY</title>
      <link>http://dzone.com/links/rss/sql_server_interesting_observation_top_100_percen.html</link>
      <description>Today we will go over a very simple, but interesting subject. The following error is quite common if you use ORDER BY while creating any view</description>
      <category>database</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Tue, 24 Nov 2009 14:23:02 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/302345.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-11-24T14:23:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/sql_server_interesting_observation_top_100_percen.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/302345.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today we will go over a very simple, but interesting subject. The following error is quite common if you use ORDER BY while creating any view<br/><br/><a href='http://dzone.com/links/rss/sql_server_interesting_observation_top_100_percen.html'><img src='http://dzone.com/links/voteCountImage?linkId=302345' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>302345</dz:linkId>
      <dz:submitDate>2009-11-24T14:23:02Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/302345.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>SQL Tutorial in simple and easy steps</title>
      <link>http://dzone.com/links/rss/sql_tutorial_in_simple_and_easy_steps.html</link>
      <description>Learn SQL in simple and easy steps using this tutorial. SQL is a database computer language designed for the retrieval and management of data in relational database.</description>
      <category>database</category>
      <category>other languages</category>
      <pubDate>Mon, 23 Nov 2009 20:08:18 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301589.html</guid>
      <dc:creator>mcmohd</dc:creator>
      <dc:date>2009-11-23T20:08:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/sql_tutorial_in_simple_and_easy_steps.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301589.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Learn SQL in simple and easy steps using this tutorial. SQL is a database computer language designed for the retrieval and management of data in relational database.

<br/><br/><a href='http://dzone.com/links/rss/sql_tutorial_in_simple_and_easy_steps.html'><img src='http://dzone.com/links/voteCountImage?linkId=301589' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301589</dz:linkId>
      <dz:submitDate>2009-11-23T20:08:18Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>21</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301589.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mcmohd</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/270428.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>SQL Server Compressed Backup v1.2 Released</title>
      <link>http://dzone.com/links/rss/sql_server_compressed_backup_v12_released.html</link>
      <description>I've just released version v1.2-20091123 of SQL Server Compressed Backup which is an open source project for backing up SQL Server databases using either gzip, zip or bzip2 compression.&#xD;
Read more for the list of changes and links to the project.</description>
      <category>database</category>
      <category>tools</category>
      <pubDate>Mon, 23 Nov 2009 15:34:26 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301329.html</guid>
      <dc:creator>claylenhart</dc:creator>
      <dc:date>2009-11-23T15:34:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/sql_server_compressed_backup_v12_released.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301329.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I've just released version v1.2-20091123 of SQL Server Compressed Backup which is an open source project for backing up SQL Server databases using either gzip, zip or bzip2 compression.
Read more for the list of changes and links to the project.<br/><br/><a href='http://dzone.com/links/rss/sql_server_compressed_backup_v12_released.html'><img src='http://dzone.com/links/voteCountImage?linkId=301329' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301329</dz:linkId>
      <dz:submitDate>2009-11-23T15:34:26Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301329.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>claylenhart</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/348294.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

