<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--  RSS generated by DevX on Fri, 20 Nov 2009 20:07:53 PST -->
<rss version="2.0">
<channel>
<title>DevX: Latest Database Content</title>
<link>http://www.devx.com</link>
<description>Latest DevX Content</description>
<language>en-us</language>
<copyright>Copyright 2008 DevX</copyright>
<docs>http://backend.userland.com/rss</docs>
<lastBuildDate>Fri, 20 Nov 2009 20:07:53 PST</lastBuildDate>
<image>
<title>DevX</title>
<url>http://services.devx.com/outgoing/devxwire.gif</url>
<link>http://www.DevX.com</link>
</image>
<item>
<title>Retrieving Table Size in SQL Server</title>
<description>Use this handy tip to determine the size of your SQL Server tables, which can be very useful for estimating the size and growth of a database over time.</description>
<link>http://www.devx.com/tips/Tip/43147?trk=DXRSS_DB</link>
<author>Deepak Choudhari</author>
<pubDate>Wed, 18 Nov 2009 10:42:17 PST</pubDate>
</item>
<item>
<title>The Best Way to Hide a Column in a DataGrid</title>
<description>A better approach than "hiding" columns in a DataGrid is simply to avoid creating the columns in the first place, as shown in this tip.</description>
<link>http://www.devx.com/tips/Tip/43007?trk=DXRSS_DB</link>
<author>Srinath MS</author>
<pubDate>Thu, 29 Oct 2009 16:47:53 PST</pubDate>
</item>
<item>
<title>A Better Way to Retrieve the ID of the Last Inserted Record</title>
<description>An update to a previous tip on retrieving the ID of the last inserted record, this version uses less code and avoids a search of the jobs table.</description>
<link>http://www.devx.com/tips/Tip/43008?trk=DXRSS_DB</link>
<author>Martin Vitek</author>
<pubDate>Mon, 26 Oct 2009 19:08:19 PST</pubDate>
</item>
<item>
<title>Choosing a Large-Text Data Type for SQL Server Table Columns</title>
<description>SQL Server offers several different data types for storing large amounts of data in table columns. But which should you use?</description>
<link>http://www.devx.com/tips/Tip/43046?trk=DXRSS_DB</link>
<author>Deepak Choudhari</author>
<pubDate>Tue, 20 Oct 2009 18:24:26 PST</pubDate>
</item>
<item>
<title>What If Oracle OpenWorld Did Swallow JavaOne?</title>
<description>Does Oracle's acquisition of Sun mean a merger of their flagship conferences, Oracle OpenWorld and Sun's JavaOne, into a single co-located show?</description>
<link>http://www.devx.com/Java/Article/43020?trk=DXRSS_DB</link>
<author>Glen Kunene, Managing Editor</author>
<pubDate>Tue, 13 Oct 2009 17:29:45 PST</pubDate>
</item>
<item>
<title>Deploying the CrystalReportViewer Control to a Production Web Site</title>
<description>Follow this procedure to deploy a CrystalReportViewer control to a production ASP.NET web site.</description>
<link>http://www.devx.com/tips/Tip/42935?trk=DXRSS_DB</link>
<author>Bob Clegg</author>
<pubDate>Tue, 06 Oct 2009 17:56:07 PST</pubDate>
</item>
<item>
<title>Displaying Row Numbers in a DataGrid</title>
<description>Create a running number column that shows the row number in a DataGrid control.</description>
<link>http://www.devx.com/tips/Tip/42788?trk=DXRSS_DB</link>
<author>Srinath MS</author>
<pubDate>Fri, 25 Sep 2009 15:02:09 PST</pubDate>
</item>
<item>
<title>Executing Stored Procedures and Functions From PHP in Windows</title>
<description>Discover how to call stored procedures and functions in MySQL from PHP using three database extensions: MySQL, MySQLi, and PDO.</description>
<link>http://www.devx.com/webdev/Article/42887?trk=DXRSS_DB</link>
<author>Octavia Andreea Anghel</author>
<pubDate>Fri, 25 Sep 2009 13:35:51 PST</pubDate>
</item>
<item>
<title>Recovering Data from a Corrupt MS Access Table</title>
<description>A corrupt table in MS Access means lost time and data. It can lead to a loss of revenue or even employment. Learn how you might be able to recover most of the data when the worst happens.</description>
<link>http://www.devx.com/dbzone/Article/42850?trk=DXRSS_DB</link>
<author>Susan Sales Harkins</author>
<pubDate>Fri, 18 Sep 2009 20:54:26 PST</pubDate>
</item>
<item>
<title>Using the DAO Generator for PHP and MySQL</title>
<description>Discover how to generate PHP classes that provide common MySQL database operations using the DAO design pattern.</description>
<link>http://www.devx.com/webdev/Article/42625?trk=DXRSS_DB</link>
<author>Octavia Andreea Anghel</author>
<pubDate>Mon, 31 Aug 2009 16:38:46 PST</pubDate>
</item>
<item>
<title>Accommodating Null Values in SQL Server</title>
<description>The key to working with null values properly is to accommodate them consistently. Learn a few tricks that will help you do just that.</description>
<link>http://www.devx.com/dbzone/Article/42452?trk=DXRSS_DB</link>
<author>Susan Sales Harkins</author>
<pubDate>Tue, 11 Aug 2009 17:27:47 PST</pubDate>
</item>
<item>
<title>Avoid Multiple Queries When Querying for Max and Min Values</title>
<description>Instead of making one query to get the Max and Min values for a column, and then making another query to get additional information about those rows, you can do it all in one query.</description>
<link>http://www.devx.com/tips/Tip/42377?trk=DXRSS_DB</link>
<author>Cindy Rodriguez</author>
<pubDate>Tue, 11 Aug 2009 14:29:47 PST</pubDate>
</item>
<item>
<title>Determining Merge Errors in a Typed DataSet</title>
<description>Discover the underlying cause of Merge Constraint errors when merging DataSets. </description>
<link>http://www.devx.com/tips/Tip/42376?trk=DXRSS_DB</link>
<author>Srinath MS</author>
<pubDate>Tue, 11 Aug 2009 14:25:35 PST</pubDate>
</item>
<item>
<title>Binding a Hashtable to a DropDownList Web Server Control </title>
<description>Set the DataSource, DataTextField, and DataValueField properties correctly, and you're done.</description>
<link>http://www.devx.com/tips/Tip/42374?trk=DXRSS_DB</link>
<author>Deepak Choudhari</author>
<pubDate>Tue, 11 Aug 2009 14:20:48 PST</pubDate>
</item>
<item>
<title>Keep Your SQL Server Indexes Fragmentation Free</title>
<description>Routine maintenance can keep index fragmentation to a minimum&#151;with some help from an index-defragmenting script.</description>
<link>http://www.devx.com/dbzone/Article/42447?trk=DXRSS_DB</link>
<author>Susan Sales Harkins</author>
<pubDate>Wed, 05 Aug 2009 21:31:27 PST</pubDate>
</item>
<item>
<title>Discover Long-Running Queries</title>
<description>Let SQL Server tell you which queries take the longest to run.</description>
<link>http://www.devx.com/tips/Tip/42362?trk=DXRSS_DB</link>
<author>Srinath MS</author>
<pubDate>Tue, 04 Aug 2009 12:38:41 PST</pubDate>
</item>
<item>
<title>Searching Unidentified Tables and Columns for Specific Content</title>
<description>You can't let a little thing like not knowing a database's structure keep you from your work. Without identifying tables and columns, you can still find specific values and columns.</description>
<link>http://www.devx.com/dbzone/Article/42340?trk=DXRSS_DB</link>
<author>Susan Sales Harkins</author>
<pubDate>Wed, 15 Jul 2009 18:12:49 PST</pubDate>
</item>
<item>
<title>Evaluating an Object's PropertyPath </title>
<description>This workaround provides a way to evaluate the PropertyPath value of an object, even if it's not bound to a data consumer.</description>
<link>http://www.devx.com/tips/Tip/42272?trk=DXRSS_DB</link>
<author>Rahul Singla</author>
<pubDate>Mon, 13 Jul 2009 20:29:41 PST</pubDate>
</item>
<item>
<title>Get a Table Description in Oracle's PL/SQL</title>
<description>Using Oracle's PL/SQL, you can get complete table column descriptions using this command.</description>
<link>http://www.devx.com/tips/Tip/42274?trk=DXRSS_DB</link>
<author>Aaron Mason</author>
<pubDate>Mon, 13 Jul 2009 20:16:25 PST</pubDate>
</item>
<item>
<title>Determine Whether a Field Exists in an ADODB.Recordset</title>
<description>Unless you populated a recordset yourself, you may not know whether it contains a particular field.</description>
<link>http://www.devx.com/tips/Tip/42275?trk=DXRSS_DB</link>
<author>Shawn Dorman</author>
<pubDate>Mon, 13 Jul 2009 20:09:11 PST</pubDate>
</item>
</channel>
</rss>

