<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title></title>
<link>http://www.dotnetindex.com</link>
<generator>http://www.gazatem.com/</generator>
<item>
<title><![CDATA[Simple-XMLRSS-Parser--Part-II]]></title>
<link>http://www.dotnetindex.comarticles/8100-Simple-XMLRSS-Parser--Part-II.asp</link>
<description>
<![CDATA[
This is second and extended version of simple XMLRSS parser. Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it. This version can also choose and display a limited number of feed.<br />]]>
</description>
</item>
<item>
<title><![CDATA[Sending-queries-to-mySQL]]></title>
<link>http://www.dotnetindex.comarticles/8099-Sending-queries-to-mySQL.asp</link>
<description>
<![CDATA[
PHP send quesries to mySQL using <strong>mysql_query</strong> function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to <strong>mysql_fetch_array()</strong>.]]>
</description>
</item>
<item>
<title><![CDATA[Beginning-Ajax-and-ASPNET-35]]></title>
<link>http://www.dotnetindex.comarticles/8098-Beginning-Ajax-and-ASPNET-35.asp</link>
<description>
<![CDATA[
<p>Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visyal Web Developer 2008 comes with builtin Atlas and ASP.NET3.5 . In this tutorial, I try to show you what's ajax and database querying at same time. </p>]]>
</description>
</item>
<item>
<title><![CDATA[A-timesaver-control-GridView]]></title>
<link>http://www.dotnetindex.comarticles/8097-A-timesaver-control-GridView.asp</link>
<description>
<![CDATA[
ASP.NET 2 has got several new foucs on development. Probably gridView will be your best friend of you. The <strong>GridView</strong> control automates many of the features of the <strong>DataGrid</strong> control. You have a full control on viewing, sorting, paging and editing. This sample is only a beginner guide but I hope that you will discover many features of gridView.]]>
</description>
</item>
<item>
<title><![CDATA[Using-File-Uploading-Control]]></title>
<link>http://www.dotnetindex.comarticles/8096-Using-File-Uploading-Control.asp</link>
<description>
<![CDATA[
<p>.NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET  includes itself a file upload wizard. Now we will examined and play with this tool. I've used Visual Web Developer 2008 and ASP.NET 3.5 to create this sample application.</p><p>&nbsp;</p>]]>
</description>
</item>
<item>
<title><![CDATA[Executing-SQL-Server-Stored-Procedure-from-Perl]]></title>
<link>http://www.dotnetindex.comarticles/8095-Executing-SQL-Server-Stored-Procedure-from-Perl.asp</link>
<description>
<![CDATA[
<span class="txt">This article illustrates&nbsp;how to setup a development environment using Perl and SQL Server on the following platforms: Microsoft Windows, Red Hat Linux, and Sun Solaris. Step by step, you can learn, and may choose, the best way that fits into your own requirements.</span>]]>
</description>
</item>
<item>
<title><![CDATA[Error-5132-Returned-Maintaining-81-Triggers-Using-Pre81-ADS-Clients]]></title>
<link>http://www.dotnetindex.comarticles/8094-Error-5132-Returned-Maintaining-81-Triggers-Using-Pre81-ADS-Clients.asp</link>
<description>
<![CDATA[
The Error &quot;5132: The Specified database object name is not valid. There is no such named Trigger in the data Dictionary&quot; (is returned when trying to maintain a trigger that has been created with Advantage version 8.1 or greater using a pre-8.1 Advantage Client (i.e. ARC).]]>
</description>
</item>
<item>
<title><![CDATA[When-using-the-following-SQL-statement-the-error-2117-Unexpected-extra-token-is-returned]]></title>
<link>http://www.dotnetindex.comarticles/8093-When-using-the-following-SQL-statement-the-error-2117-Unexpected-extra-token-is-returned.asp</link>
<description>
<![CDATA[
An Order By clause is illegal in an SQL INSERT INTO statement.   <br />By default a table is a set of unordered rows. With ADT tables this is especially true due to record recycling. When a row is marked for deletion the physical row is not removed from the table but is marked as &quot;free&quot;. During an INSERT statement any rows that are marked as free will be used first. Due to this behavior rows may be inserted into the table at odd location. Rather then inserting the rows in a specific order it is best to retreive the rows in a specific order using the ORDER BY clause in a SELECT statement.]]>
</description>
</item>
<item>
<title><![CDATA[What-wildcard-character-can-be-used-with-Advantage]]></title>
<link>http://www.dotnetindex.comarticles/8091-What-wildcard-character-can-be-used-with-Advantage.asp</link>
<description>
<![CDATA[
There are a few options for the wildcard that depend on the implementation. <br />When using SQL to access tables, the percent (%) character can be used with the LIKE operator.   <br />For example, the following statement will return records with LastNames such as Smith, Smitherson, etc.: ...<br />]]>
</description>
</item>
<item>
<title><![CDATA[Create-OPML-links-with-C]]></title>
<link>http://www.dotnetindex.comarticles/8075-Create-OPML-links-with-C.asp</link>
<description>
<![CDATA[
<p>This example will use the <a href="http://www.aspcode.net/Fetching-title-from-HTML-page-with-C.aspx" target="_blank">fetch html title</a> example we created earlier and make it possible to input multiple urls for fetching. </p> <p>The specific use I needed to achieve was to create  OPML file for Wordpress import - which turned out to not as easy as I though. In WP there is indeed a import OPML file for managing the blogroll - however the problem was that I couldn't find any docs somewhere. Final&ouml;ly I found it - can't even remember where - and don't care anymore. </p>]]>
</description>
</item>
</channel>
</rss>
